I work with a lot of binaries. After a recent change to the local git repository, I tried to push my changes back to the console, only to get the following error.
remote: fatal: pack exceeds maximum allowed size
Unfortunately, I cannot use the strategy described above, since all changes are contained in one commit. Any suggestions? How can I get around this packet size limit?
source
share