我正在尝试使用 Bonobo git服务器和 Jenkins 在Windows上设置持续部署。
Bonobo服务器在机器X上正常运行。表单机器Y我可以使用Visual Studio 2015中的NuGets.git存储库(在X上)进行git clone,push,changes,sync ...
但是当我尝试使用Git插件设置Jenkins来执行git clone时,它失败了。所以我想我会尝试从机器X上的命令提示符进行git clone - 但它也失败了(使用Bonobo服务器中包含的git)
我尝试了以下命令
获取相同的错误
git clone http://masterserver/Bonobo.Git.Server/NuGets.git
git clone http://admin@masterserver/Bonobo.Git.Server/NuGets.git
克隆成'NuGets'......
警告:找不到模板/ share / git-core / templates
致命:无法找到“http”
git clone git://masterserver/Bonobo.Git.Server/NuGets.git
克隆成'NuGets'......
警告:找不到模板/ share / git-core / templates
致命:无法连接到主人:
masterserver [0:fe80 :: eddd:307e:2856:4c3f%11]:errno =没有错误
masterserver [1:192.168.1.28]:错误=无错误
git clone git://admin@masterserver/Bonobo.Git.Server/NuGets.git
克隆成'NuGets'......
警告:找不到模板/ share / git-core / templates
致命:无法查找admin @ masterserver(端口9418)(数据库查找期间发生了不可恢复的错误。)
我很遗失她 - 非常欢迎任何帮助和提示
答案 0 :(得分:1)
由于Bonobo托管在IIS中,因此它仅支持FAQ中列出的HTTP / S协议,因此只有您的第一次尝试才有效。
至于Unable to find remote helper for 'http'
简单搜索产生the following answer。