“cache de credencial do Git” Respostas de código

cache de credencial do Git

# Set credential cache to avoid typing password every time
# (Timeout time is in seconds i.e. 14 hours)
# For Ubuntu

git config credential.helper 'cache --timeout=50400'
Alive Ant

Git CRDENCIAL -CACHE

# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600'
Talented Tamarin

Respostas semelhantes a “cache de credencial do Git”

Perguntas semelhantes a “cache de credencial do Git”

Mais respostas relacionadas para “cache de credencial do Git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código