crx349 发表于 2023-5-4 23:04:58

tortoisegit 执行更新命令时提示Could not get HEAD hash 解决办法

故障:
使用tortoisegit 的 git提交master时出现如下错误

Could not get HEAD hash.
libgit2 returned: repository path '*/' is not ownedby current user.
To add an exception for this directory, call:git config --global --add safedirectory '*


解决办法:
win:使用cmd访问项目目录执行
git config --global --add safe.directory "*"


故障解决
页: [1]
查看完整版本: tortoisegit 执行更新命令时提示Could not get HEAD hash 解决办法