Git is not recognized in Windows gitlab ci

后端 未结 4 541
梦如初夏
梦如初夏 2021-01-19 03:53

I configured a gitlab runner as explained here: https://docs.gitlab.com/runner/install/windows.html

Unfortunately, when I push to my repository, my pipeline fails:

4条回答
  •  生来不讨喜
    2021-01-19 04:14

    My runner was installed on an Amazon EC2 instance, and I installed git after I installed the runner. I found restarting the entire EC2 instance fixed it. Restarting the service was not enough.

提交回复
热议问题