我有一个包含多个 git 存储库的启动挂载卷,我不知道为什么,但从今天开始,我无法在这些存储库中进行 git 操作。
我有这个错误信息:
fatal: unsafe repository ('/mnt/sda1/...' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory '/mnt/sda1/...'
你有什么主意吗?
Ubuntu 于 2022 年 4 月 8 日对 git 进行了修补,因此我们在没有任何版本更新的情况下获得了破坏行为和安全修复:点击此链接获取更多更新和解决方案:https ://github.com/actions/checkout/issues/760