Reputation: 12413
Im getting this error when I try to push an extremely large site with lots of files. The error I get is this:
Compressing object: 100% (28532/28532), done.
Read from remote host xxxxx.beanstalkapp.com: Connection reset by peer
fatal: The remote end hung up unexpectedly
error: pack-objects died of signal 13
error: failed to push some refs to 'xxxxx'
Does anyone know how to push large object or a large amount of objects without losing connection?
Upvotes: 1
Views: 333
Reputation: 5703
Off-hand I would ask about this on ServerFault, as it smells like a networking problem not a Git problem (says the recovering sysadmin).
Upvotes: 2