原创

git常用操作命令

配置git安全目录

Cannot check the working tree for unmerged files because of an error. unsafe repository ('D:/demo' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory D:/demo

git config --global --add safe.directory D:/demo
正文到此结束