mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Change git clone url to https://github.com/nomic-ai/gpt4all.git
git@github.com:nomic-ai/gpt4all.git yield `Permission denied` ```sh git clone --recurse-submodules git@github.com:nomic-ai/gpt4all.git Cloning into 'gpt4all'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. ```
This commit is contained in:
parent
4e20fdfbb9
commit
88841bdf0f
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user