I’m trying to import a very huge (almost 40 GB) repository into GitLab, using this command:
gitlab-rake gitlab:import:repos['/var/opt/gitlab/git-data/repository-import-20190423']
This worked well for a much smaller repository that had the same origin. But for this big one I get the following error:
E0423 19:02:58.983045682 1459 chttp2_transport.cc:1118] Received a GOAWAY with error code ENHANCE_YOUR_CALM and debug data equal to "too_many_pings"
* Failed to move repo: 14:Socket closed
How can I import this repository?
Best regards
TiKu