Received error on GIT PUSH - error: remote unpack failed: error Object too large (173,021,720 bytes)
Summary: I used liquibase to export an APEX app, one of the components is 175MB and I am unable to push it to my repository
Enumerating objects: 20, done.
Counting objects: 100% (20/20), done.
Delta compression using up to 12 threads
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 61.44 MiB | 3.84 MiB/s, done.
Total 11 (delta 5), reused 0 (delta 0), pack-reused 0 (from 0)
error: remote unpack failed: error Object too large (173,021,720 bytes), rejecting the pack. Max object size limit is 50,000,000 bytes.
Is there a way to increase this limit to get this push through?
Tagged:
0