“Pamięć podręczna GIT” Kod odpowiedzi

Pamięć podręczna 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

Odpowiedzi podobne do “Pamięć podręczna GIT”

Pytania podobne do “Pamięć podręczna GIT”

Więcej pokrewnych odpowiedzi na “Pamięć podręczna GIT” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu