remote: Coding Tips: Authentication failed remote:. authentication fails, make sure you enter the correct account password.

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/sunnyzyq/article/details/102471360

Today, there have been cases when the following git pull code. In conclusion: the account password is wrong, we need to re-enter the account password.

But not this time bomb box lets git fill out how to do it? At this point you can use the following statement:

$ git config --system --unset credential.helper

Screenshot below:

Then we pull the code again, this time to git will pop to let you re-enter account password.

We'll git after their re-fill the correct account number and password, you can normally pull up.

Reference Links: https://blog.csdn.net/txl910514/article/details/80173349

Guess you like

Origin blog.csdn.net/sunnyzyq/article/details/102471360