jenkins/hudson can't connect to github repo

前端 未结 6 1790
不知归路
不知归路 2020-12-30 00:47

I am on Ec2 with the base amazon ami linux- I have installed jenkins but when I go to pull the repo from github I am given the following error:

Building in w         


        
6条回答
  •  执笔经年
    2020-12-30 01:12

    You need to add the ssh key of jenkins to you github user.

    Generate ssh key

    Go to:

    Github->Settings(Top right)->SSH Keys(Left Pane)->Add SSH Key

提交回复
热议问题