Answers for "clear git credential cache"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language