码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins添加GIT repository报错

时间:2016-01-02 00:56:27      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:

添加了ssh互信,但一直提示如下错误。

技术分享Failed to connect to repository : Command "git ls-remote -h git@git.xxx.cn:xxxxx HEAD" returned status code 128:
stdout: 
stderr: Host key verification failed. 
fatal: The remote end hung up unexpectedly

 

# vi/etc/ssh/ssh_config
最后有两行是
        StrictHostKeyChecking no 
        UserKnownHostsFile /dev/null

注释掉。

 

jenkins添加GIT repository报错

标签:

原文地址:http://www.cnblogs.com/kisf/p/5094031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!