github learning journey (X) - pushed to github need to enter a user name and password to solve

First, configure the credential helper

git config --global credential.helper wincred

In this case, the next time submit push to a remote repository also need to enter a user name and password, but this time later, it will save up later and push them up, then it is not necessary.

Guess you like

Origin www.cnblogs.com/xulinjun/p/12451768.html