Couldn't check the working tree for unmerged files because of an error. detected dubious ownership in repository at 'C:/Java/IdeaProjects/bsirip-ir00' To add an exception for this directory
刚开始遇到这个问题的时候我也一脸懵逼 什么玩意?拉取代码还提示“update was not started”
注:记住这个红框(不要问我为什么把项目放到C盘。。。) 重要的事情只说一遍!!!
之后网上搜索发现这段英文说的意思是“由于错误无法更新,无法检查工作树中未合并的文件。不安全的存储库(‘X:xxx/xxx/xxx’ 归其他人所有)要为此目录添加异常,请调用: git config --global --add safe.directory X:xxx/xxx/xxx”
没错,最后一句才是重点。 所以只需要在控制台执行输入“红框里的”代码提示,然后enter回车
你再拉取代码就成功了。