我正在使用git,并且存储库已经到了需要“自动重新打包”来执行git pull的程度。
在中间,git失败并显示错误日志:
Counting objects: 20727, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (11473/11473), done.
fatal: fsync error on '.git/objects/pack/tmp_pack_xPSRFZ': Host is down
error: failed to run repack
有没有人知道这意味着什么(错误)? 本地存储库位于NAS磁盘上,我想知道使用fsynch的git是否对基于NAS存储的本地存储库有任何问题?
答案 0 :(得分:0)
这看起来像我正在使用的git 1.9.1的问题。
我更新了最新的git(2.2.2): sudo add-apt-repository ppa:git-core / ppa sudo apt-get update sudo apt-get upgrade
一切都像魅力一样。