Delete the account name and password cached in git

Delete the account name and password cached in git

When uploading code with git for the first time and connecting to a remote warehouse, a box pops up, prompting to enter the user name and password. If the result is wrong, there will be no prompt box, and an error will continue to be reported (it will report HTTP Basic: Access when git push or pull. denied error, authentication failed), there is no way to submit.

## Windows users can delete as follows:

Control Panel -> User Account -> Credential Manager -> Windows Credentials -> Delete ordinary credentials related to git, and then the box will pop up when git pull or git push again, and then re-enter the account name and password. Up

Guess you like

Origin blog.csdn.net/qq_39141511/article/details/108780284
Recommended