Created
November 30, 2012 02:14
-
-
Save tomoyukiinoue/4173349 to your computer and use it in GitHub Desktop.
How to pass inputing the username and password when you push to the repository using https from mac os x.
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 clone git://github.com/gitster/git | |
| $ cd git/contrib/credential/osxkeychain | |
| $ make | |
| $ sudo cp git-credential-osxkeychain /usr/local/bin/git-credential-osxkeychain | |
| $ sudo chmod 755 /usr/local/bin/git-credential-osxkeychain | |
| $ sudo git config --global credential.helper osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment