Answers for "cache github credentials widows"

3

git credential cache

# 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'
Posted by: Guest on October-07-2020
0

cache github credentials widows

$ git config --global credential.helper wincred
Posted by: Guest on September-29-2020

Code answers related to "cache github credentials widows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language