Using SSH to connect with Github
Creat your own dir for ssh
1 | mkdir ~/.ssh |
Generate your Key
1 | cd ~/.ssh |
Set up your Github
Paste your content of the id_rsa.pub to here
Test it
1 | ssh -T git@github.com |
1 | git@github.com:krnick/your_repo.git |
1 | mkdir ~/.ssh |
1 | cd ~/.ssh |
Paste your content of the id_rsa.pub to here
1 | ssh -T git@github.com |
1 | git@github.com:krnick/your_repo.git |