Skip to content

Instantly share code, notes, and snippets.

@ktsosno
Created June 4, 2014 03:47
Show Gist options
  • Save ktsosno/7cf6633664061b444cf3 to your computer and use it in GitHub Desktop.
Save ktsosno/7cf6633664061b444cf3 to your computer and use it in GitHub Desktop.
vagrant@precise32:~$ curl -s -O -L https://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain
vagrant@precise32:~$ chmod u+x git-credential-osxkeychain
vagrant@precise32:~$ sudo mv git-credential-osxkeychain "$(dirname $(which git))/git-credential-osxkeychain"
vagrant@precise32:~$ git config --global credential.helper osxkeychain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment