Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Cloning Private Repos #26

@andriy-safe-ai

Description

@andriy-safe-ai

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions