-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #876 from prashant-r-iyer/documentation
Documentation
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|