Error: only one config file at a time

error: only one config file at a time

The Pipeline of my project fails with a strange error, trying to fetch/clone the project:
Getting source from Git repository
error: only one config file at a time

No “.gitconfig” file versioned in the git repository.
project-sources

I tried to:

  • use different runner (tag) in the same host
  • use different host (moved from gitlab-runner hosted on centos to gitlab-runner hosted on a cluster kubernetes)
  • created a new gitlab project and copy sources

Any idea???

KR
Alberto

SORRY,
I found my misconfiguration: I wrongly defined into the .gitlab-ci.yml a variable called “GIT_CONFIG” :frowning_face:

renamed it, the pipeline end without errors