Github with automatic username and password

-1

How to make git memorize user and password, so you do not have to type every time you upgrade to a project?

    
asked by anonymous 23.04.2018 / 21:08

1 answer

0

What you need to understand is that there are two ways to use git, no matter what the place of the repository, which are: via https and ssh , if you use https , you need to put the whole password time to use. If you use with ssh you do not need to enter the password.

Generating the public key Generate ssh key in git

And if you use github as a code aggregator then check out this article. link

    
23.04.2018 / 21:15