I try to migrate my project on new project gitlab.com but i have this error. i try to increease the buffer but don t work
i increases the buffer at 1,5 go. but Error RPC
$ git config --global http.postBuffer 157286400
$ git push gitlab --mirror
Enumerating objects: 365, done.
Counting objects: 100% (365/365), done.
Delta compression using up to 4 threads
Compressing objects: 100% (223/223), done.
error: unable to rewind rpc post data - try increasing http.postBuffer
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
fatal: the remote end hung up unexpectedly| 0 bytes/s
Writing objects: 100% (365/365), 1.11 GiB | 66.00 KiB/s, done.
Total 365 (delta 121), reused 365 (delta 121), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
$ git push gitlab
Enumerating objects: 365, done.
Counting objects: 100% (365/365), done.
Delta compression using up to 4 threads
Compressing objects: 100% (223/223), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 1)
fatal: the remote end hung up unexpectedlyB | 3.00 KiB/s
Writing objects: 100% (365/365), 1.11 GiB | 94.00 KiB/s, done.
Total 365 (delta 121), reused 365 (delta 121), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
$ git config --global http.postBuffer 1572864000
$ git push gitlab --mirror
Enumerating objects: 365, done.
Counting objects: 100% (365/365), done.
Delta compression using up to 4 threads
Compressing objects: 100% (223/223), done.
Writing objects: 100% (365/365), 1.11 GiB | 72.65 MiB/s, done.
Total 365 (delta 121), reused 365 (delta 121), pack-reused 0
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 1)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date