“Gerente de credenciais do Git” Respostas de código

Credenciais Git

# this will store your credentials "forever"
git config --global credential.helper store
Thankful Tarsier

Gerente de credenciais do Git

git config --global credential.helper 'cache --timeout=3600' 
Courageous Cardinal

Respostas semelhantes a “Gerente de credenciais do Git”

Perguntas semelhantes a “Gerente de credenciais do Git”

Mais respostas relacionadas para “Gerente de credenciais do Git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código