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.pubCopy that public key to github here
git clone [email protected]:<owner>/<repo>.gitssh -T [email protected]