服务器上的 Git(Windows Server 2012)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18309992/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git on the server(windows server 2012)
提问by niren
We want to install Git
in our dedicated server to mange our code version and code revision. Our dedicated server has Windows server 2012. We thought about GitLab
, but it is not supported in windows. Suggest me which one should I use, there is Gitprep
for windows.
我们想安装Git
在我们的专用服务器中来管理我们的代码版本和代码修订。我们的专用服务器有Windows server 2012。我们考虑过GitLab
,但Windows不支持它。建议我应该使用哪一种,Gitprep
适用于 Windows。
回答by Jakub Chodounsky
You could use Bonobo Git Server, it is designed to run on Windows in IIS.
您可以使用Bonobo Git Server,它旨在在 IIS 中的 Windows 上运行。
回答by VonC
It would be best, on Windows, to host a virtual image (as in VirtualBox) of a Unix server, in which you can benefit from all the git repo hosting services, like GitLab)
在 Windows 上,最好托管Unix 服务器的虚拟映像(如在VirtualBox 中),您可以在其中受益于所有 git repo 托管服务,例如 GitLab)
If not, Gitblitis a good (and portable, available on Windows) alternative.
如果没有,Gitblit是一个不错的选择(并且可移植,可在 Windows 上使用)。
回答by Aimeast
You can try Git Candy, A Git platform based on ASP.NET MVC. Now, GitCandy supported to SSH protocol.
你可以试试 Git Candy,一个基于 ASP.NET MVC 的 Git 平台。现在,GitCandy 支持 SSH 协议。
Source on http://github.com/Aimeast/GitCandy
来源http://github.com/Aimeast/GitCandy
Demo on http://gitcandy.com/