git 删除用户缓存
2019-01-18 本文已影响0人
灵台悠步
本文解决的是,当通过
git config --global user.name "Your_username"
git config --global user.email "Your_email"
设置git账号后,实际使用的仍然是之前的账号的问题。当然也有可能是其他原因,后期遇到会补充。
···git config --global credential.helper wincred···
git credential-manager uninstall```