Created
March 5, 2016 03:17
-
-
Save RupGautam/b92eadfa78c9da87e179 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
| git config --global user.name "Your Name Here" | |
| git config --global user.email "your_name@domain.com" | |
| curl -s -O http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain | |
| chmod u+x git-credential-osxkeychain | |
| sudo mv git-credential-osxkeychain /usr/local/git/bin | |
| git config --global credential.helper osxkeychain | |
| git credential-osxkeychain | |
| pbcopy < ~/.ssh/id_rsa.pub | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment