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

Cloning Private Repos #26

Open
andriy-safe-ai opened this issue May 6, 2024 · 0 comments
Open

Cloning Private Repos #26

andriy-safe-ai opened this issue May 6, 2024 · 0 comments
Assignees

Comments

@andriy-safe-ai
Copy link
Contributor

Add documentation for how to clone private GitHub repos. Something basic to get users started.

Something like:

SSH agent to allow for cloning private repos for Github
Key information:
ssh-keygen -t ed25519
cat ~/.ssh/id_github.pub
Add SSH key to Github
Test via ssh -T [[email protected]](mailto:[email protected])
Add to .bashrc:
eval “$(ssh-agent -s)”
ssh-add ~/.ssh/id_github
Reload via source ~/.bashrc
@andriy-safe-ai andriy-safe-ai self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant