Git修改密码之后git push提示“fatal: Authentication failed for”

命令行输入

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

然后在执行git push 输入用户名和密码即可

你可能感兴趣的:(git,git)