作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在运行
git gc --prune=now
并得到结果
Counting objects: 100% (619263/619263), done.
Delta compression using up to 8 threads
Compressing objects: 100% (132698/132698), done.
Writing objects: 100% (619263/619263), done.
Total 619263 (delta 316177), reused 608671 (delta 305796)
Unlink of file '.git/objects/pack/pack-15e469b10c92d51ece59ad7c055fc1ac64ff3056.pack' failed. Should I try again? (y/n) y
Unlink of file '.git/objects/pack/pack-15e469b10c92d51ece59ad7c055fc1ac64ff3056.pack' failed. Should I try again? (y/n) n
Unlink of file '.git/objects/pack/pack-4b025e2c952e34cf7b721520909ab216f6223fb3.pack' failed. Should I try again? (y/n)
为什么是这样 ?和
最佳答案
如果这是在 Windows 上,请确保使用 latest Git For Windows自 git gc
was recently optimize to avoid that error .
如果没有,请仔细检查是否存在 no current process which could keep a handle到那些 Git 文件(如我 illustrated here )。例如,在重新启动后立即尝试相同的命令。
关于git gc 命令反复询问 Unlink of file '.git/objects/pack/pack-.pack' failed.我应该再试一次吗? , 为什么 ?以及如何跳过输入 Y/N,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66593964/
我是一名优秀的程序员,十分优秀!