Re: [BUG] git clone -q ends with early EOF

2013-09-20 Thread Marek Vasut
Hi, > Jeff King writes: > > The keepalive patch is not in any released version yet, but we have been > > running it in production at GitHub for a few weeks. > > That is good to hear; I'd feel safer to bump the scheduled > graduation date to 'master' for the topic in that case. > > Like tomorrow

Re: [BUG] git clone -q ends with early EOF

2013-09-18 Thread Marek Vasut
Hi, > Jeff King writes: > > The keepalive patch is not in any released version yet, but we have been > > running it in production at GitHub for a few weeks. > > That is good to hear; I'd feel safer to bump the scheduled > graduation date to 'master' for the topic in that case. > > Like tomorrow

Re: [BUG] git clone -q ends with early EOF

2013-09-18 Thread Junio C Hamano
Jeff King writes: > The keepalive patch is not in any released version yet, but we have been > running it in production at GitHub for a few weeks. That is good to hear; I'd feel safer to bump the scheduled graduation date to 'master' for the topic in that case. Like tomorrow ;-) -- To unsubscri

Re: [BUG] git clone -q ends with early EOF

2013-09-18 Thread Jeff King
On Wed, Sep 18, 2013 at 02:44:18PM +0200, Marek Vasut wrote: > I am trying to clone a repository and I am getting the following output: > > $ git clone -q git://kernel.ubuntu.com/ubuntu/linux.git > fatal: The remote end hung up unexpectedly > fatal: early EOF > fatal: index-pack failed > > The "

Re: [BUG] git clone -q ends with early EOF

2013-09-18 Thread Junio C Hamano
This sounds suspiciously like 05e95155 (upload-pack: send keepalive packets during pack computation, 2013-09-08) that is cooking in 'next'. If you are talking with other people's server side, you are SOL until the server end gets the patch. -- To unsubscribe from this list: send the line "unsubscr

[BUG] git clone -q ends with early EOF

2013-09-18 Thread Marek Vasut
Hello, I am trying to clone a repository and I am getting the following output: $ git clone -q git://kernel.ubuntu.com/ubuntu/linux.git fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed The "fatal:" lines usually appear a few minutes after running the clone. Of