Git致命:索引包失败了

时间:2013-09-24 20:31:30

标签: git github tortoisegit

我尝试将git存储库克隆到我的本地文件夹,但是我收到了这个错误。 我使用TortoiseGIT版本1.8.5(64位)

git.exe clone  --recursive    --progress -v  --depth 1000000 "https://github.com/myrep/dotnet.git" "C:\Projects\PFM\dn1\dotnet"

Cloning into 'C:\Projects\PFM\dn1\dotnet'...
POST git-upload-pack (221 bytes)
POST git-upload-pack (230 bytes)
remote: Counting objects: 10572, done.
remote: Compressing objects: 100% (3317/3317), done.
Receiving objects: 100% (10572/10572), 60.57 MiB | 843 KiB/s, done.
Resolving deltas: 100% (7373/7373), done.
remote: Total 10572 (delta 7373), reused 10047 (delta 6848)
fatal: index-pack failed


git did not exit cleanly (exit code 128) (82009 ms @ 24-09-2013 21:28:10)

请帮我解决这个问题。

更新:印度的一切都运转正常,我最近搬到了英国,当我在这里尝试时它不起作用:)我很想知道这一点。有任何服务器配置问题吗?如果我在印度的远程机器上做同样的事情,它工作正常。 :)我不知道它

1 个答案:

答案 0 :(得分:0)

当git内存不足时,我收到了这个错误。

释放一些内存(在这种情况下:让编译工作完成)并再次尝试为我工作。

也许你的英国机器的可用内存较少?