Hosting Git Repository in Windows

Posted by Jeff Fritz on Stack Overflow See other posts from Stack Overflow or by Jeff Fritz
Published on 2008-10-24T12:57:56Z Indexed on 2010/03/12 21:37 UTC
Read the original article Hit count: 333

Filed under:
|

Is there currently a way to host a shared Git repository in Windows? I understand that you can configure the Git service in Linux with:

git daemon

Is there a native Windows option, short of sharing folders, to host a Git service?

EDIT: I am currently using the cygwin install of git to store and work with git repositories in Windows, but I would like to take the next step of hosting a repository with a service that can provide access to others.

© Stack Overflow or respective owner

Related posts about git

Related posts about Windows