Failed to connect to repository : Error performing command: git.exe ls-remote -h https://github.com/szabbas/Sample-programs.git HEAD

前端 未结 4 977
梦毁少年i
梦毁少年i 2020-12-10 01:27

I am new to programming and trying to work with GIT repository and while configuring with the JENKINS is facing the error. I know it\'s a silly question but on a beginner po

4条回答
  •  抹茶落季
    2020-12-10 02:04

    Got here much later because of the error mentioned in the question and for new comers, now you should verify your git path at:

    Jenkins > Manage Jenkins > Global Tool Configuration > Git

    In my case it didn't have the path to git binary in the PATH environment variable, so I added: C:\Program Files\Git\bin to it.

提交回复
热议问题