Tuesday 6 August 2019

git and github : skip password typing with https


If you clone a github repository using the https:// method (instead of ssh), you will have to type your username and passwor all the time.
In order to avoid having to type you password all the time, you can use the credential helpers since git 1.7.9 and later.
where
means “keep the credentials cached for 2 hours. (default is 15 minutes).
You can also store the credentials permanently using

0 comments:

Post a Comment