fatal: detected dubious ownership in repository at ‘D:/‘之解决方法

 

场景:
正常使用GIT 拉取
git pull
git add .

然后遇到问题:
fatal: detected dubious ownership in repository at ‘D:/‘

解决方法(一):
执行下面代码

git config --global --add safe.directory "*";

1
解决方法(二):
另外一种方法:
重新git clone +地址 拉取项目
然后把改动过的替换旧的

 

 

posted @ 2023-10-30 09:21  木章  阅读(188)  评论(0编辑  收藏  举报