「Git」- fatal: git fetch-pack: expected shallow list

问题描述

在 Gitlab CI/CD 中,执行 Job 返回如下错误:

Running with gitlab-runner 12.6.0 (ac8e767a)
  on common-node T-sTrvjZ
Using SSH executor...
Running on centos-001 via eec8077625c3...
Fetching changes with git depth set to 50...
warning: templates not found builds/T-sTrvjZ/0/clientp/foo/webstie.tmp/git-template
Reinitialized existing Git repository in /home/d3rm/builds/T-sTrvjZ/0/clientp/foo/webstie/.git/
fatal: git fetch-pack: expected shallow list
fatal: The remote end hung up unexpectedly
ERROR: Job failed: Process exited with status 1

问题原因

在 CentOS 7 中,Git 版本比较旧(相当旧)。

解决方法

升级 Git 版本,参考 Git/Installing and upgrading 笔记

参考文献

gitlab runner doesn`t work on a specific project – Stack Overflow