Jenkins giving error while cloning from gitHub

前端 未结 7 1161
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 21:05

I am new to Jenkins, I am getting following error while cloning repository from GitHub.

I tried to search all relevant issues here but coul

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 21:43

    1. Run git --version on either Master or Slave
    2. If you do not get anything, that means Git is not installed
    3. If you think Git is installed, add path of the Git executable (e.g. C:\Program Files\Git\cmd) to the PATH environment variable
    4. Run git --version on either Master or Slave and make sure that you get the valid version

提交回复
热议问题