git - 无法访问 IIS 上的本地 Bonobo Git 服务器主页

标签 git iis bonobo

我按照所有说明安装了适用于 Windows 的 Bonobo Git 服务器,但它没有被重定向到主页 localhost/Bonobo.Git.Server,而是显示了应用程序的内容,请参见下图。我做错了什么以及如何解决这个问题?

enter image description here

最佳答案

正如 Lex 爵士所指出的,我错过了 bonobogitserver.com/prerequisites 中非常关键的一步.

我忘了注册MVC框架

  • ASP.NET MVC 4

    Don’t forget to register MVC framework with your IIS

我使用了下面的命令并解决了问题

Other - Run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir with administrator privileges

关于git - 无法访问 IIS 上的本地 Bonobo Git 服务器主页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38428186/

相关文章:

git - 使用 Git 将多个项目部署到服务器的最佳方法是什么?

asp.net - 具有高安全要求的 Multi-Tenancy 网站 - 可能的配置?

windows - 如何在Windows平台上编写Git Server Hooks?

git - repo 同步错误 : . repo / list /:包含未提交的更改

git - 当 git-receive-pack 返回新行时失败

asp.net - Visual Studio 2015 IIS Express 500 错误

git - 在 Windows Server 2012 R2/IIS 上运行 Git 服务器

c# - 克隆 Git 存储库抛出 ArithmeticException

git - 为什么 Git 不被视为 "block chain"?

Javascript 相对 URL 的解析方式因主机而异