Last active
March 24, 2016 15:59
-
-
Save sygn/2bd4886bcc11b8d99642 to your computer and use it in GitHub Desktop.
This file contains 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
# Linux | |
git config --global credential.helper cache | |
git config --global credential.helper "cache --timeout=3600" | |
# Windows | |
git config --global credential.helper wincred | |
# OSX | |
https://help.github.com/articles/caching-your-github-password-in-git/#platform-mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment