Gitlab runner failing on first clone - CI

Hey guys, I am having an issue when trying to create the first build for a project on a new runner.

Error below:

Running with gitlab-ci-multi-runner 9.3.0 (3df822b)
on tang1000.intelligencebank.com (edda1ed9)
Using Shell executor…
Running on tang1000.intelligencebank.com
Cloning repository…
Cloning into ‘/home/gitlab-runner/builds/edda1ed9/0/dev/ibv3’…
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERROR: Job failed: exit status 1

Some research on error “error: RPC failed; result=56, HTTP code = 200” makes me think it has to do with https clone and firewall, but I have checked any firewalls restrictions and everything seems fine. What is more bizarre, is that I have other runners on the same host (different VMs) and have never seen this issue before

Any ideas?

Thanks!!

Solved by cloning the repo using ssh instead of https, I think it has to do with git buffer for https