我有一个启动挂载卷,其中包含几个 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/...'
你有什么主意吗?
答案1
Ubuntu 于 2022 年 4 月 8 日修补了 git,因此我们在没有任何版本更新的情况下获得了破坏性行为和安全修复:单击此链接获取更多更新和解决方案:https://github.com/actions/checkout/issues/760