美文网首页Git
git 删除用户缓存

git 删除用户缓存

作者: 东方欲晓_莫道君行早 | 来源:发表于2019-01-18 15:45 被阅读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```

    相关文章

      网友评论

        本文标题:git 删除用户缓存

        本文链接:https://www.haomeiwen.com/subject/pgcebftx.html