Connection to gitlab.com closed by remote host.| 738 KB/s
Uploading LFS objects: 66% (2982/4493), 10 GB | 716 KB/s, done.
batch response: Your push has been rejected, because this repository has exceeded its size limit of 10 GB by 450 MB. Please contact your GitLab administrator for more information.
I’m sure that I have free space to upload my data.
I’m owning standard subscription - can I contact to GitLab administrator directly?
No, you don’t have free space, as per the error, the repo has a 10gb limit. I expect if you have Gitlab hosted on your own server, then you would be able to commit more than the limit.
Only a GitLab administrator can set those limits. Setting the limit to 0 means there are no restrictions.
So on gitlab.com you won’t be able to have that limit removed - you will need a premium subscription. Alternatively, self-managed, eg: install Gitlab on your own server, you can then remove the limit yourself as admin of your own server.
I had a 90GB repository on my storage 100GB GitLab space. Couple days ago I removed all huge branches from repository >80GB. Why I can’t reuse vacated space?
I applied Your solution to my repository 2 days ago. Without any results. Repository still shows almost 99% of my storage usage. I cant push any files. I have also do: git lfs prune on all branches because my branch contained lot of huge lfs files. Also without effect.
What should I do? Should I wait for some ‘storage processing’ ?
Strange, usually should work. I think by default Gitlab will cleanup about 30 days after the deletion. You can try this from the Gitlab docs: Housekeeping | GitLab
I removed the huge baranch using GitLab interface, not by doing directly using git commands, so I think the proper storage cleaning (including lfs-files) should be done on GitLab side.