For this repository:
We get the following error for the image build:
1 Running with gitlab-runner 12.2.0 (a987417a)
2 on renkulab-runner-1TBdisk S25j9XrP
3
Using Docker executor with image docker:stable ...
00:07
4 Pulling docker image docker:stable ...
5 Using docker image sha256:f038f0462ba57cd4635fffba0f75f3f4f7421775ce041956e3af0fee613b227d for docker:stable ...
7
Running on runner-S25j9XrP-project-2962-concurrent-0 via e78ef7c33048...
00:02
9
Fetching changes with git depth set to 50...
02:02
10 Initialized empty Git repository in /builds/gitlab/gitanjali.thakur/fpar-data/.git/
11 Created fresh repository.
12 error: RPC failed; curl 52 Empty reply from server
13 fatal: the remote end hung up unexpectedly
16 ERROR: Job failed: exit code 1
But when we fork the repo, we do not have that same problem, for example here:
I understood from a related topic that it has to do with the large files, is there something we can do about this?