Answers for "cache github credentials ubuntu"

3

ubuntu git credentials 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'
Posted by: Guest on June-30-2020
0

cache github credentials ubuntu

# 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
Posted by: Guest on June-04-2021

Code answers related to "cache github credentials ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language