ls -la ~/.ssh/
ssh-keygen -t rsa -C "[email protected]"
cat ~/.ssh/id_rsa.pub
Copy that public key to github here
git clone [email protected]:<owner>/<repo>.git
- Test it:
ssh -T [email protected]
- More help
ls -la ~/.ssh/
ssh-keygen -t rsa -C "[email protected]"
cat ~/.ssh/id_rsa.pub
Copy that public key to github here
git clone [email protected]:<owner>/<repo>.git
ssh -T [email protected]