Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git on the server(windows server 2012) [closed]

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.

like image 927
niren Avatar asked Aug 19 '13 09:08

niren


People also ask

Does git need to be installed on server?

No, you're correct when you're saying you can serve a git repository without have git installed on your server.

Can you run a git server on Windows?

Git is free and open source software. One can download and use it without any restrictions. Follow the steps given below to install Git on a Windows server: 1.


2 Answers

You could use Bonobo Git Server, it is designed to run on Windows in IIS.

like image 140
Jakub Chodounsky Avatar answered Sep 17 '22 01:09

Jakub Chodounsky


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.

like image 41
VonC Avatar answered Sep 19 '22 01:09

VonC