Maybe my issue is out-of -context here. In the case, please tell me where to go. Who is in charge of our gitlab site currently?
My issue is: When pushing updates to a repository on https://gitlab.fabcloud.org, I receive a fatal error message: “pack exceeds maximum allowed size” (see screenshot below).
What means “pack” in this context? Does such a concept need a maximum size? If so, what is the actual size, and how can I work around it?
Fabcloud has a “maximum push size” of 10MB, which could be what is causing the issue. I see you were trying to push 4 commits, so you could try to break up your changes into multiple smaller commits and then maybe push commits individually (ie. git push master :master)?