远程登录IIS网络上的Bonobo Git服务器

时间:2017-02-01 23:51:59

标签: git iis windows-server-2012-r2 bonobo

对于任何贬低我的合法问题的驴子,答案就在这里:

Running a Git Server on Windows Server 2012 R2/IIS

---原始问题---

我们在本地网络上运行了两台虚拟机。为了这个问题,我们假设第一台机器的IP是11.11.11.11,第二台机器的IP是22.22.22.22。它们都运行Windows Server 2012 R2 / IIS 8. 11.11.11.11正在运行Bonobo Git Server,一切似乎都运行正常。

我正在尝试使用机器22.22.22.22从11.11.11.11克隆存储库“TestRepo”。我跟着the directions on the Bonobo Git Server site以多种不同的形式这样做了。他们都没有工作。 11.11.11.11计算机上Bonobo中“TestRepo”的URL为http://localhost/Bonobo.Git.Server/TestRepo.git

这些是向我抛出的尝试和错误消息:

 git clone http://11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository 'http://11.11.11.11/Bonobo.Git.Server/TestRepo.git' not found

 git clone http://WindowsUser@11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository '11.11.11.11/Bonobo.Git.Server/TestRepo.git' not found

 git clone http://WindowsUser:WindowsPassword@11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository '11.11.11.11/Bonobo.Git.Server/TestRepo.git' not found

 git clone http://admin@11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository '11.11.11.11/Bonobo.Git.Server/TestRepo.git' not found

 git clone http://admin:admin@11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository '11.11.11.11/Bonobo.Git.Server/TestRepo.git' not found

以及没有http:

的类似变体
 git clone 11.11.11.11/Bonobo.Git.Server/TestRepo.git
 fatal repository '11.11.11.11/Bonobo.Git.Server/TestRepo.git' does not exist

我已经检查了App_Data文件夹的权限,并且设置正确。其他一切都很好。

如果有人有任何答案,线索或经验,我们将不胜感激!

0 个答案:

没有答案