Error on push to gitlab.com

Hi, I use my gitlab.com for all projects, but just trying to push an old project and I get an error. I searched on Google and this forum but I found nothing. In my other projects functioned properly, but after looking at all the topics found saw the same solution:
$ git config http.postBuffer 524288000

Still it did not work, can anyone help me?

Error:
$ git push -u origin master Counting objects: 1868, done. Delta compression using up to 4 threads. Compressing objects: 100% (1808/1808), done. Writing objects: 100% (1868/1868), 17.58 MiB | 14.29 MiB/s, done. Total 1868 (delta 525), reused 0 (delta 0) error: RPC failed; result=56, HTTP code = 0 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date

PS: Sorry, but my english it’s terriblel :wink:.

I tried with another Java Web project and had the same problem, but a small Java Swing project and worked perfectly, I’m not really understanding what is going on. :rage:

Today I’m twelve projects in gitlab working and these two do not go at all, I tried to using SSH and returned ‘Broken Pipe’.

Has anyone had this problem? :cry: Please help me.

:eyeglasses: Look at the message from another project:
git push -u origin master Counting objects: 104, done. Delta compression using up to 4 threads. Compressing objects: 100% (97/97), done. error: RPC failed; result=56, HTTP code = 0 11.60 MiB/s fatal: The remote end hung up unexpectedly Writing objects: 100% (104/104), 42.27 MiB | 1.43 MiB/s, done. Total 104 (delta 1), reused 0 (delta 0) fatal: The remote end hung up unexpectedly Everything up-to-date

Even no one helping me :pensive:, I will leave here the solution I found out, my system generates 17mb to send via git and the other 14mb. Even increasing the upload limit using $ git config http.postBuffer 524288000 did not work. I was researched on Google and forums and I have not found anything. But I thought, what if the problem is not with me, but in a limit set in GitLab.com?

So I downloaded the GitLab CE and installed on a server for testing, after creating a repository of giving the first push, no error occurred, it worked.

I would like to mention that I am disappointed with the board staff, it costs give information that was a of limit problem in GirLab.com? :angry: