1

我尝试将 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)

请帮我解决这个问题。

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

4

1 回答 1

0

当 git 内存不足时出现此错误。

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

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

于 2015-01-07T22:43:58.253 回答