git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git not resuming push
@ 2011-11-23  3:58 Paul Brossier
  2011-11-23  5:02 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Brossier @ 2011-11-23  3:58 UTC (permalink / raw)
  To: git

Hi!

I'm trying to upload large amount of data from a connection that often
cuts.

If the connection fails after uploading part of the data, it seems I
need to start over from zero again. Is there a way to resume the upload
instead?

Here is an example:

$ git push
Counting objects: 504, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (475/475), done.
Write failed: Broken pipe1/476), 533.78 MiB | 60 KiB/s
fatal: The remote end hung up unexpectedly
error: pack-objects died of signal 13
error: failed to push some refs to 'myhost.org:/git/myrepo/'

$ git push
Counting objects: 504, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (475/475), done.
Writing objects:  12% (61/476), 89.34 MiB | 23 KiB/s

Thanks, piem

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

end of thread, other threads:[~2011-11-23 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  3:58 git not resuming push Paul Brossier
2011-11-23  5:02 ` Jeff King
2011-11-23  6:24   ` Junio C Hamano
2011-11-23 17:25     ` Paul Brossier
2011-11-23 18:46     ` Jeff King

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).