You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
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 [git@github.com](mailto:git@github.com)
Add to .bashrc:
eval “$(ssh-agent -s)”
ssh-add ~/.ssh/id_github
Reload via source ~/.bashrc