[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <FB252D9C-2FB2-437C-8646-4F61406AC96D@fb.com>
Date: Tue, 8 May 2018 17:46:23 +0000
From: Song Liu <songliubraving@...com>
To: Networking <netdev@...r.kernel.org>
CC: Alexei Starovoitov <ast@...com>,
Konstantin Ryabitsev <konstantin@...uxfoundation.org>
Subject: Failed to clone net-next.git
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?
If you see same problem. Here is a work-around for it:
1. clone a smaller tree, for example net.git;
2. add net-next as a new remote, and fetch it.
Thanks,
Song
Powered by blists - more mailing lists