Skip to content

Instantly share code, notes, and snippets.

@sygn
Last active March 24, 2016 15:59
Show Gist options
  • Save sygn/2bd4886bcc11b8d99642 to your computer and use it in GitHub Desktop.
Save sygn/2bd4886bcc11b8d99642 to your computer and use it in GitHub Desktop.
# 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