I'm attempting to push a large set of changes via http, something around 60mb to a git repository. I've configured the post buffer as instructed in the docs but its still fails. I get this error: fatal: The remote end hung up unexpectedly fatal: expected ok/error, helper said '4004???A???+q??&D??5??,M?c }g???<?&??56uQv??T??Pp?S???z??????????{y?L??{??,?<?_??`?U R??e?8?'????M|^Q??:K?????X???pm??oWcV???-?x??U8??:?rn?E????JL???X' in addition to the 411 errors that are documented. I've got three other git repos set up that I've been working with just fine, although I've not attempted to push that much in the way of changes before Any insights would be welcome. Thanks asked 30 Jan '12, 21:23 mapache |
In theory the In this case, I would suggest simply pushing this one changeset over
This will push the changeset over answered 30 Jan '12, 21:42 ryans ♦♦ |