Local Git Server Configuration (using bonobo)

孤街醉人 提交于 2019-12-24 10:36:43

问题


I'm trying to install Bonobo Git Server on my local computer. I use windows 8.1 . I've enabled IIS by following this.

And I've followed Bonobo's installation steps ..! I actually stuck on this step:

Convert Bonobo.Git.Server to Application in IIS


When I convert it to application, the result will be just one case:

But seems the right thing should be 3 options after converting: (since it's obvious in their tutorial)


Also when I open this link http://localhost/Bonobo.Git.Server, it will be redirect to http://localhost/bonobo.git.server/Home/Error?aspxerrorpath=/bonobo.git.server/Home/Error automatically. So sounds something went wrong.

Does anybody know what's wrong?


回答1:


Try installing .NET framework 4.6.(2) Or edit web.config before and change customErrors to RemoteOnly (instead of "On") to see what error exactly you have



来源:https://stackoverflow.com/questions/44083554/local-git-server-configuration-using-bonobo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!