github - Git fatal: index-pack failed -


i tried cloning git repository local folder , error. used tortoisegit version 1.8.5 (64 bit)

git.exe clone  --recursive    --progress -v  --depth 1000000 "https://github.com/myrep/dotnet.git" "c:\projects\pfm\dn1\dotnet"  cloning '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) 

please me resolve this.

update: working fine in india, moved uk , when tried here not working :) wondering this. there server configuration problem? if same thing in remote machine in india, works fine. :) have no idea on it

i got error when git ran out of memory.

freeing memory (in case: letting compile job finish) , trying again worked me.

maybe uk machine has less free memory?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -