Unlink of file '.git/objects/pack/pack-***.pack' failed. Should I try again? (y/n) (转)

Posted 等风来

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unlink of file '.git/objects/pack/pack-***.pack' failed. Should I try again? (y/n) (转)相关的知识,希望对你有一定的参考价值。

git pull的时候遇到

Unlink of file ‘.git/objects/pack/pack-***.pack‘ failed. Should I try again? (y/n) y

于是一直输“y”就一直出现这样,查了下有人说那个文件重复了,删除即可(没试过)。也有说是因为文件被占用了,重启了编程软件输入以下代码解决了问题(也是查来的):

git gc --auto
git repack -d -l

git gc –auto这个代码百度谷歌都没查到,但是基于git gc的作用可以理解为git gc –auto是自动清理了本地的文件。
另外如果是真的文件被占用了,重新启一下explorer.exe、重启电脑、注销电脑应该都是可以解决这个问题的。

 

出处:http://blog.csdn.net/zheng911209/article/details/47147483

 

以上是关于Unlink of file '.git/objects/pack/pack-***.pack' failed. Should I try again? (y/n) (转)的主要内容,如果未能解决你的问题,请参考以下文章

git pull 报错:Error merging: unable to unlink old 'xxx.jar': Invalid argument

this exceeds GitHub's file size limit of 100 MB

unlink/file_exists 和文件未找到

git error: unable to unlink old (Permission denied)

git pull error: unable to unlink old (Permission denied)

git 出现了 Invocation failed Unexpected end of file from server