Git git questions about each entry are required to enter a user name and password solutions

Solution:

git bash into your project directory, enter:

git config --global credential.helper store

Then you will generate a text in your local, top recording your account number and password. Of course, you can not care about these.

Then you use the above command Once configured, once again operating git pull, then it will prompt you to enter the account password, after this time will not need to enter the password again.

Guess you like

Origin www.cnblogs.com/duanjt/p/11941758.html