概述
git config --global --add safe.directory 'F:/2020项目/U8ErpSoft'
- 出现以上错误的解决方案(推荐):
Git failed with a fatal error.
Git failed with a fatal error.
fatal: unsafe repository ('F:/2020项目/U8ErpSoft' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory 'F:/2020项目/U8ErpSoft'
出现以上错误的解决方案(推荐):
git config --global --add safe.directory '*'
最后
以上就是舒心学姐为你收集整理的Git推送出现以下错误的全部内容,希望文章能够帮你解决Git推送出现以下错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复