> On May 8, 2018, at 11:06 AM, Konstantin Ryabitsev 
> <konstan...@linuxfoundation.org> wrote:
> 
> On 05/08/18 13:46, Song Liu wrote:
>> We are seeing the following error on multiple different systems while 
>> cloning net-next tree. 
>> 
>>  $ git clone 
>> https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
>>  Cloning into 'net-next'...
>>  remote: Counting objects: 6017287, done.
>>  remote: Compressing objects: 100% (2458/2458), done.
>>  fatal: The remote end hung up unexpectedly 1.00 GiB | 8.13 MiB/s
>>  fatal: early EOF
>>  fatal: index-pack failed
>> 
>> It looks like the size of the data being fetched reached server side
>> limit of 1.00 GiB. So we probably need change server side configuration.
>> Could someone please look into it?
> 
> It was probably due to a timeout value. Can you try it now, I've bumped
> it to a much larger number.
> 
> Regards,
> -- 
> Konstantin Ryabitsev
> Director, IT Infrastructure Security
> The Linux Foundation

Thanks Konstantin. It works for me now. 

By the way, I do need to increase http.postBuffer on the client side:

git config --global http.postBuffer "something > 1GiB"

Song

Reply via email to