Killed git checkout
During K8S runner startup, git checkout got killed
https://gitlab.mycompany.fr/myproject/application/-/jobs/2853628
Fetching changes...
Initialized empty Git repository in /tmp/myproject/application/.git/
Created fresh repository.
Checking out c247a47a as detached HEAD (ref is feat/config-gitlab-ci)...
/scripts-3207-2853628/get_sources: line 168: 77 Killed 'git' checkout -f -q c247a47a55f84aff5f05dc6d755c6034ba79cbfd
The problem is caused by the repository containing files whose name contains special characters (@ character in my case). I don't expect this problem to be fixed, but the error message could be made clearer. This issue may also help people stumbling on the very same problem.
Using GitLab CE v16.7.4 with GitLab Runner v16.4.2