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).