Last active
January 1, 2016 22:39
-
-
Save thebapi/8211200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/.ssh | |
| ssh-keygen -t rsa -C "your_email@example.com" | |
| ssh-add id_rsa &>/dev/null | |
| pbcopy < ~/.ssh/id_rsa.pub | |
| finally add the pub key in the git settings at github or reltaed site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment