I have a very large site (400+ content pages).
When trying to sync to github, it fails because it’s too big to push changes in one commit, or I get some Error: Connection Reset.
When trying to sync to gitlab, the upload will fail at about 700/2100 objects to be written and I’ll get something like “Error: Bad Request”.
And I appear to be getting desync errors very often in gitlab, however the logs and status message just tells me I received a “Connection Reset” or an “Error: Bad Request”.
This is driving me nuts.
I imagine this is mostly due to the huge size of the site. For this scale of site, is it even possible to use a git backend? Or do you advise only using something like S3?