git.exe pull --progress -v --no-rebase "origin"
fatal: unsafe repository ('D:/test/tmp' is owned by someone else)
To add an exception for this directory, call:

git config --global --add safe.directory D:/test/tmp



解决方案,执行一下命令,添加安全即可:git config --global --add safe.directory D:/test/tmp