From 88841bdf0fcbc6d5e4524672f38183e9191d6cc4 Mon Sep 17 00:00:00 2001 From: Alex Nguyen Date: Wed, 29 Mar 2023 20:59:13 +0700 Subject: [PATCH] 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. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ae2926..40dcc6e5 100644 --- a/README.md +++ b/README.md @@ -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`