bonobo,无法访问localhost上的repo

时间:2014-12-10 10:10:52

标签: git windows-7 iis-7 bonobo

在Windows 7上运行我已经安装了IIS7并按照here的说明进行操作。我设法设置了bonobo git服务器并使用它。我做了一个空的测试repo,当我尝试使用命令

使用git shell克隆repo时
  

git clone hxxp://myhost/Bonobo.Git.Server/test-repo.git

(当:hxxp == http)

它推出了

  

git clone hxxp://myhost/Bonobo.Git.Server/test-repo.git   克隆到'test-repo'......   致命:无法从远程存储库读取。   请确保您拥有正确的访问权限   存储库存在。

(当myhost是localhost时)我错过了什么?我试图使用Win7和IIS7访问权限,它不起作用

1 个答案:

答案 0 :(得分:0)

Bonobo通过http协议提供托管它的git存储库。

我认为以下内容应该有效(http代替hxxp)。

git clone http://myhost/Bonobo.Git.Server/test-repo.git

如果不起作用,请尝试:

git clone http://myhost/test-repo.git