Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added instructions on fixing SSH error while using git commands #875

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/community/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ If you have any trouble, feel free to raise an Issue and we can provide you with
-- This will let you run the example using the latest source code!


9. **Git permission denied error**

-- If you are using SSH to clone the repository and you get an error that looks similar to `[email protected]: Permission denied (publickey)`, then you might not have configured your SSH key correctly.

-- 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.

-- 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.


# More information about the project - [see main repository](https://www.github.com/llmware-ai/llmware.git)


Expand Down
Loading