赞
踩
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
的结果)
保存即可.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。