Inexplicable anomaly 007: git error: Authentication failed for

Generally speaking may be your connection git password modified, but did not modify the local configuration. However, git and no pop-up prompts to modify user name and password.

It may be used as follows:

1. Open the window git bash here

2, an input command git config --system --unset credential.helper

3, and then to operate a push, pull, and any operation such as cloning, or

4, you are prompted to enter a user name and a password, change it

5, and then execute the command git bash: git config --global credential.helper store

6, once again perform 3, enter your user name and password

7, OK.
----------------
Disclaimer: This article is CSDN blogger "Young Friends of the Mountain" in the original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement. .
Original link: https: //blog.csdn.net/yysyangyangyangshan/article/details/92621898

Guess you like

Origin www.cnblogs.com/Jacob-Wu/p/12073056.html