Cached user name and password to delete git in

When we use the Git command to clone Gitlab warehouse code, the first bomb box when prompted to enter the account password wrong, and then back it has refused, will not be repeated prompts for the account password, how to break?

Cached user name and password to delete git in

git error message

Run the following command caches the user name and password:

git config --global credential.helper wincred

Clear out the cache in the git user name and password

git credential-manager uninstall

The perfect solution!

Cached user name and password to delete git in

 

Guess you like

Origin www.cnblogs.com/mengtaoadmin/p/11184019.html
Recommended