Created
December 5, 2016 10:20
-
-
Save cesarAugusto1994/5c34608c5aaa96fa67981aef4f38213c to your computer and use it in GitHub Desktop.
Salvar usuário e senha do git para que não seja mais solicitado
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
SALVA USUARIO E SENHA POR 8 HORAS: | |
$ git config --global credential.helper 'cache --timeout=28800' | |
SALVA USUARIO E SENHA PERMANENTE: | |
$ git config --global credential.helper cache |
Grato! Salvou um retrabalho e tanto com token!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eu costumo usar o arquivo .gitconfig adicionando a credencial:
https://github.com/estefanionsantos/gitconfig