git 本地电脑重新装git后 更新github项目报错 fatal: detected dubious ownership in repository at

解决方法参考:

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

 

1、今天在学习git的时候出现这个错误:

2、执行下面代码即可:

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

 

posted @ 2022-12-29 15:55  BBS_自律  阅读(727)  评论(0编辑  收藏  举报