I was not really sure where to post this so I thought I'd put it here.
On one of my projects, I have been tasked with setting up a git server on a windows machine. I've googled around a bit and found things like bonobo and gitstack and this. However, before I run headlong down some difficult road, I thought I'd ask here first. Has anyone set up a git server on a windows machine? I am hoping this git server will run on some port other than 80 or 443 as we already have an application server running on this machine.
I have this fantasy it will simply require me to run some installer.
EDIT: Another requirement is that it allow connections from users distributed geographically. I.e., one must be able to commit to or pull from the repo from a remote machine.