解决win10 报错 git pull error: cannot open .git/FETCH_HEAD: Permission denied

Posted stillstep

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决win10 报错 git pull error: cannot open .git/FETCH_HEAD: Permission denied相关的知识,希望对你有一定的参考价值。

sh配置git 用户解决了

git config --list //查看当前的config配置
git config --global user.name "youruser" //修改用户名
git config --global user.email "你的邮箱" //修改为你的邮箱
 

以上是关于解决win10 报错 git pull error: cannot open .git/FETCH_HEAD: Permission denied的主要内容,如果未能解决你的问题,请参考以下文章