Remote: GitLab: API is not accessible. Can not push

fran@fran:~/Projects/jimmy-mcnulty$ git push -u origin master
Counting objects: 1769, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1765/1765), done.
Writing objects: 100% (1769/1769), 189.22 MiB | 1.02 MiB/s, done.
Total 1769 (delta 1737), reused 0 (delta 0)
remote: Resolving deltas: 100% (1737/1737), completed with 24 local objects.
remote: GitLab: API is not accessible
To gitlab.com:stringerbell/jimmy-mcnulty.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@gitlab.com:stringerbell/jimmy-mcnulty.git'

I was able to push once but now I can’t push again to my repository. The repository has a huge amount of files but once compressed I am well below the size limit (~700MB is the size).
I am using my Gitlab free private account.
I’m not being able to push to my repo. I am using my free private account on Gitlab.

I am having the same issue (gitlab.com) but also with a large repo. I think we are hitting the size limit?

λ git count-objects -vH
count: 50908
size: 992.77 MiB
in-pack: 449
packs: 1
size-pack: 18.65 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes

EDIT After some googling I found that the limit is 10GB so maybe I am not hitting the size limit but maybe there is an object count limit? I would love to get some info on this.

Has anyone figured the problem out yet? I started getting this issue as well on Enterprise server.

I have same problem but no clear answer to private repos limits. Maybe Bitbucket has the answers…