Skip to content

Instantly share code, notes, and snippets.

@powerumc
Last active August 29, 2015 14:01
Show Gist options
  • Save powerumc/41c4bf7d057d980a0c6e to your computer and use it in GitHub Desktop.
Save powerumc/41c4bf7d057d980a0c6e to your computer and use it in GitHub Desktop.
git credential-osxkeychain
# If not, the download and install it:
curl http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain -o git-credential-osxkeychain
sudo mv git-credential-osxkeychain /usr/local/bin
sudo chmod u+x /usr/local/bin/git-credential-osxkeychain
# And make git use the helper:
git config --global credential.helper osxkeychain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment