使用git提交代码时候出现了文件夹权限问题:fatal: detected dubious ownership in repository at xxxx
执行以下代码即可解决:
git config --global --add safe.directory "*"