Jenkins giving error while cloning from gitHub

前端 未结 7 1163
没有蜡笔的小新
没有蜡笔的小新 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:58

    It could happen due to a variety of reasons.

    1. You might not have git installed
    2. Jenkins is not able to use the git binary
    3. Permission issue.

    This blog , Jenkins Git Clone Error, explains all the scenarios of this error and its solution.

    0 讨论(0)
提交回复
热议问题