Facing HTTP 413 While Migrating AEM Forms Repository from TFS to GitLab
I'm facing same issue, currently migrating AEM Forms repository from TFS to GitLab using the following command:
git push --mirror GitLab
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
It seems to fail due to a HTTP 413 (Request Entity Too Large) error, possibly because of the repository size.
Has anyone encountered a similar issue when pushing large repositories to GitLab?
What's the best way to resolve this?
Regards,
Nagendra