Last active
August 29, 2015 14:01
-
-
Save powerumc/41c4bf7d057d980a0c6e 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 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