本文解决的是,当通过
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```
本文解决的是,当通过
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```
本文标题:git 删除用户缓存
本文链接:https://www.haomeiwen.com/subject/pgcebftx.html
网友评论