Jenkins新建项目中源码管理使用Git时遇到如下问题:

Failed to connect to repository : Error performing command: git ls-remote -h ….
需要查看服务器上是否已经安装git.

#git version
#whereis git 

如果没有git,此时需要安装git,
#yum install git
打开jenkins主页面–>系统管理–>全局工具配置
在git一栏中name使用git即可,Path to Git executable 中填写git的地址,(即whereis git的结果)
保存即可.

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐