GitLab

GitLab-CI can't fetch code from a repo

issue

fatal: git fetch-pack: expected shallow list
fatal: The remote end hung up unexpectedly

solution

Gitlab WebUI -> "Settings -> CI / CD -> General pipelines":

  • "git clone"

  • Git shallow clone = 0

Gitlab-runner can't connect to a repo with LE X3 SSL

issue

gitlab-runner under Xen can't connect to a repo after 29.09.2021

Citrix XenServer uses OpenSSL old version

solution

Option 1

Or can download the certificate and add it with the option --tls-ca-file

Option 2

Upgrade

Can't upgrade thru several major version. Shut upgrade release-by_release:

https://docs.gitlab.com/ee/update/index.html#linux-packages-omnibus-gitlab

Last updated