On Wed, Nov 13, 2013 at 08:43:28AM +0100, Yann COLLETTE wrote:
> Hello,
> 
> When I perform the git clone via git, it works. The problem is only
> happening via http.
> I tried to play with http.postBuffer and I set this parameter to
> it's maximum (a little bit before a git clone triggered a memory
> alloc problem) and I see that something big is trying to be
> downloaded. But I don't see such a big file in my history of
> commits. The maximum one seems to be around 50 Mo ...

Please keep the list in CC.

http.postBuffer doesn't affect clones, only pushes, so that isn't
relevant here.  You're experiencing something that is dropping the
connection over HTTP.  So you either have a bad proxy, or something else
is causing the connection to be dropped.  Since it's only over HTTP, I
suspect it's the former.

Do you have HTTPS, and if so, does it work if you try to clone over
that?

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature

Reply via email to