Skip to content

Commit e06a820

Browse files
authored
Merge pull request #876 from prashant-r-iyer/documentation
Documentation
2 parents 2947334 + aa6a530 commit e06a820

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/community/troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ If you have any trouble, feel free to raise an Issue and we can provide you with
9696
-- This will let you run the example using the latest source code!
9797

9898

99+
9. **Git permission denied error**
100+
101+
-- If you are using SSH to clone the repository and you get an error that looks similar to `git@github.com: Permission denied (publickey)`, then you might not have configured your SSH key correctly.
102+
103+
-- If you don't already have one, you will need to create a new SSH key on your local machine. For instructions on how to do this, check out this page: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.
104+
105+
-- You then need to add the SSH key to your GitHub account. For instructions on how to do this, check out this page: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.
106+
107+
99108
# More information about the project - [see main repository](https://www.github.com/llmware-ai/llmware.git)
100109

101110

0 commit comments

Comments
 (0)