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 on the server(windows server 2012) [closed]
Asked Answered
You could use Bonobo Git Server, it is designed to run on Windows in IIS.
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)
If not, Gitblit is a good (and portable, available on Windows) alternative.
wont that create performance overhead? –
Granicus
@Granicus no, the "performance" of such a server doesn't have to be outstanding to work well, and the overhead of a virtualized server is nowadays quite small. If you want even a smaller one, use a Docker image through boot2docker: docs.docker.com/installation/windows. Then the overhead is really small. –
Kendrick
You can try Git Candy, A Git platform based on ASP.NET MVC. Now, GitCandy supported to SSH protocol.
Source on http://github.com/Aimeast/GitCandy
Demo on http://gitcandy.com/
© 2022 - 2024 — McMap. All rights reserved.