Winodws修改电脑密码后 git无法推送问题处理
执行以下两个命令后再重新 git push 根据提示修改账号密码就可
git config --system --unset credential.helper
git config --global credential.helper store
执行以下两个命令后再重新 git push 根据提示修改账号密码就可
git config --system --unset credential.helper
git config --global credential.helper store