actually I'm quite new to this but I would like to setup my own git server so that my fellows can develop our own repository, I find online there isn't much guide on using windows server to do it. On Thu, Apr 4, 2024 at 6:08 PM Konstantin Khomoutov <kostix@xxxxxxxx> wrote: > > On Thu, Apr 04, 2024 at 05:54:44PM +0800, Simon Phai wrote: > > > I want to host my own git server, may I understand the server OS can > > it be windows? > > Yes. > > But note that there exist quite many ways to "host a Git server", so you > should maybe explore what's already there and specify your requirements more > precisely. > > In the simplest form (if we forget about just running git-daemon in a console > window - providing unprotected R/O access to a given repository), you either > set up Git to be accessible via an SSH server or via a web server (IIS works). >