Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Created March 5, 2016 03:17
Show Gist options
  • Select an option

  • Save RupGautam/b92eadfa78c9da87e179 to your computer and use it in GitHub Desktop.

Select an option

Save RupGautam/b92eadfa78c9da87e179 to your computer and use it in GitHub Desktop.
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