This happens when the server runs an old git and the index-pack step takes
too long to run. Nothing is sent to the client during this step so the
connection times out. Newer git have a keep-alive mechanism in place
instead. See more info at
https://bugzilla.mozilla.org/show_bug.cgi?id=963469.
The error is slightly different but I believe the cause is the same.

There are two ways to fix it as far as I know:

1 Tell the server maintainers so they can either upgrade their git, extend
the timeout or optimize the repo so the index-pack step is faster.

2 Make sure your local git process (the one fetching the repo) does NOT run
with the '--no-progress' flag (more info at the URL above). If it has it,
it is probably because you are piping the output to somewhere. See if it
works when you don't and if you still need it piped you can probably force
progress from the server (somehow) or you can use the linux program
script<http://unixhelp.ed.ac.uk/CGI/man-cgi?script>
.


Cheers,

*Andreas Pehrson *--- Software Engineer

(+47) 959 60 374   |   pehr...@comoyo.com   |   www.comoyo.com


On Tue, Apr 8, 2014 at 6:48 PM, Ángel Cruz <bullg...@gmail.com> wrote:

> Hi there...
>
> Some help with this please
>
> remote: Counting objects: 3769164, done.
> remote: Total 2895 (delta 1325), reused 2471 (delta 981)
> Receiving objects: 100% (2895/2895), 39.39 MiB | 278.00 KiB/s, done.
> remote: Compressing objects: 100% (755622/755622), done.
> Resolving deltas: 100% (1325/1325), completed with 409 local objects.
> From https://git.mozilla.org/releases/gaia
>    81f68c4..650e8c2  master     -> mozillaorg/master
>    225e9ae..100a159  v1.3       -> mozillaorg/v1.3
>    9afe814..643f3e6  v1.3t      -> mozillaorg/v1.3t
> error: RPC failed; result=56, HTTP code = 20033 GiB | 36.00 KiB/s
> 44.00 KiB | 31.00 KiB/s
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack failed
>
> thanks
>
>
> --
> ángel cruz
> GNU/Linux counter #50841
> ~ happy hacking
>
>
> _______________________________________________
> dev-b2g mailing list
> dev-b2g@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g
>
>
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to