Skip to content

Instantly share code, notes, and snippets.

@andru255
Created June 16, 2013 17:28
Show Gist options
  • Save andru255/5792749 to your computer and use it in GitHub Desktop.
Save andru255/5792749 to your computer and use it in GitHub Desktop.
Sentencias para tener en cache las credenciales de conexión a un repo en git vía https
Para todo el tiempo que uno estea conectado via https
$ git config --global credential.helper cache
Con un tiempo de 1 hora para que luego te pida credenciales
$ git config --global credential.helper 'cache --timeout=3600'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment