Skip to content

Commit

Permalink
Change git clone url to https://github.com/nomic-ai/gpt4all.git
Browse files Browse the repository at this point in the history
[email protected]:nomic-ai/gpt4all.git yield `Permission denied`

```sh
git clone --recurse-submodules [email protected]:nomic-ai/gpt4all.git

Cloning into 'gpt4all'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
```
  • Loading branch information
tiendung authored Mar 29, 2023
1 parent 4e20fdf commit 88841bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can reproduce our trained model by doing the following:

Clone the repo

`git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git`
`git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git`

`git submodule configure && git submodule update`

Expand Down

0 comments on commit 88841bd

Please sign in to comment.