git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Request for large repo clone on slow intermittent connections
@ 2016-09-22 11:54 Aaron Gray
  2016-09-22 20:27 ` Kevin Daudt
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Gray @ 2016-09-22 11:54 UTC (permalink / raw)
  To: Git Mailing List

I am having problems cloning a 2.1GB repo from googlesource

C:\Users\Aaron Gray\GitHub>git clone
https://chromium.googlesource.com/chromium/chromium
Cloning into 'chromium'...
remote: Sending approximately 2.11 GiB ...
error: fatal: The remote end hung up unexpectedly MiB | 2.74 MiB/s
fatal: RPC failed; curl 56 SSL read:
error:00000000:lib(0):func(0):reason(0), errno 10054
early EOF
fatal: index-pack failed

I am repeatedly getting the same result on a 36MBit connection

Hoping for a soulution.

Regards,

Aaron

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Request for large repo clone on slow intermittent connections
  2016-09-22 11:54 Request for large repo clone on slow intermittent connections Aaron Gray
@ 2016-09-22 20:27 ` Kevin Daudt
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Daudt @ 2016-09-22 20:27 UTC (permalink / raw)
  To: Aaron Gray; +Cc: Git Mailing List

On Thu, Sep 22, 2016 at 12:54:57PM +0100, Aaron Gray wrote:
> I am having problems cloning a 2.1GB repo from googlesource
> 
> C:\Users\Aaron Gray\GitHub>git clone
> https://chromium.googlesource.com/chromium/chromium
> Cloning into 'chromium'...
> remote: Sending approximately 2.11 GiB ...
> error: fatal: The remote end hung up unexpectedly MiB | 2.74 MiB/s
> fatal: RPC failed; curl 56 SSL read:
> error:00000000:lib(0):func(0):reason(0), errno 10054
> early EOF
> fatal: index-pack failed
> 
> I am repeatedly getting the same result on a 36MBit connection
> 
> Hoping for a soulution.
> 
> Regards,
> 
> Aaron

Nothing much that can be done with a flaky connection. What git does
support are so called bundle files. These basically contain history that
you can import. Such a bundle can be offered through a resumable
transport, such as http.

I'll send you a link to a bundle for the chromium project.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-22 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 11:54 Request for large repo clone on slow intermittent connections Aaron Gray
2016-09-22 20:27 ` Kevin Daudt

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).