1.回退
git reset --hard master
2.记住用户名密码
git config --global credential.helper store
3.清楚用户名密码
git config --system --unset credential.helper
微信扫一扫
1.回退
git reset --hard master
2.记住用户名密码
git config --global credential.helper store
3.清楚用户名密码
git config --system --unset credential.helper
相关推荐