git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "brian m. carlson" <sandals@crustytoothpaste.net>
To: Yann COLLETTE <ycollette.nospam@free.fr>, git@vger.kernel.org
Subject: Re: Problem while cloning a git repo
Date: Wed, 13 Nov 2013 23:40:58 +0000	[thread overview]
Message-ID: <20131113234057.GA314350@vauxhall.crustytoothpaste.net> (raw)
In-Reply-To: <52832DA0.7040108@free.fr>

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

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 #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2013-11-13 23:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12 12:50 Problem while cloning a git repo ycollette.nospam
2013-11-13  0:20 ` brian m. carlson
2013-11-13  7:58   ` Yann COLLETTE
     [not found]   ` <52832DA0.7040108@free.fr>
2013-11-13 23:40     ` brian m. carlson [this message]
2013-11-14  8:20       ` Yann COLLETTE
2013-11-18  7:31         ` ycollette.nospam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131113234057.GA314350@vauxhall.crustytoothpaste.net \
    --to=sandals@crustytoothpaste.net \
    --cc=git@vger.kernel.org \
    --cc=ycollette.nospam@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).