After git changes the password, the push code reports "fatal: Authentication failed for" Xiaobai's actual operation record

input the command

git config --system --unset credential.helper
git config --global credential.helper store

Then push will prompt for the username and new password.

Guess you like

Origin blog.csdn.net/h4241778/article/details/108838803