Devin Dixon
Devin Dixon

Reputation: 12413

GIT fails when pushing large files/sites

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

Answers (1)

Mark Leighton Fisher
Mark Leighton Fisher

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

Related Questions