We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
andriy-safe-ai
No branches or pull requests
Add documentation for how to clone private GitHub repos. Something basic to get users started.
Something like:
The text was updated successfully, but these errors were encountered: