我正在尝试使用Bonobogit server和Jenkins在Windows上设置持续部署。
Bonobo服务器在机器X上运行良好。Form machine Y我可以使用我的NuGets.git仓库(在X上)从Visual studio 2015来做git克隆,推送,更改,同步.
但是当我尝试设置Jenkins使用Git Plugin进行git clone时,它失败了。所以我想我会尝试在机器X上的命令提示符下进行git克隆-但它也失败了(使用Bonobo服务器中包含的git)
我尝试了以下命令
- 得到相同的错误 *
**git clone http://masterserver/Bonobo.Git.Server/NuGets.git
git clone http://admin@masterserver/Bonobo.Git.Server/NuGets.git**克隆到'NuGet'...
- warning:templates not found /share/git-core/templates
**fatal:无法找到'http'的远程帮助程序 *
git clone git://masterserver/Bonobo.Git.Server/NuGets.git
克隆到“NuGet”中.
warning:templates not found /share/git-core/templates
- fatal:无法连接到主服务器:
masterserver[0:fe80::eddd:307e:2856:4c3f%11]:errno=无错误
主服务器[1:192.168.1.28]:errno=没有错误 *
git clone git://admin@masterserver/Bonobo.Git.Server/NuGets.git
克隆到“NuGet”中.
warning:templates not found /share/git-core/templates
- 致命:无法查找admin@masterserver(端口9418)(在数据库查找期间发生不可恢复的错误。)***
我完全失去了她-任何帮助和提示是非常欢迎的
2条答案
按热度按时间nhaq1z211#
由于Bonobo托管在IIS中,它只支持FAQ中列出的HTTP/S协议,因此只有第一次尝试才有效。
对于
Unable to find remote helper for 'http'
,简单搜索会得到the following answer。cuxqih212#
转到Repository ->编辑您试图克隆的存储库,然后给予用户贡献者或管理员权限。