Jenkins fails with github “git clone”

后端 未结 5 744
猫巷女王i
猫巷女王i 2020-12-15 18:17

When I do build in Jenkins, it fails with this error. Any idea?

ERROR: Error cloning remote repo \'origin\' : Could not clone git@github.com:test/test.git
ER         


        
5条回答
  •  情书的邮戳
    2020-12-15 18:46

    Host key verification failed. - make sure your SSH keys are setup properly.

    http://help.github.com/linux-set-up-git/

    After you are done with that,

    ssh git@github.com
    

    should give you a welcome message ( which also says no shell access ) from GitHub

提交回复
热议问题