I need to setup a Git server on windows 7 with IIS to test my EGit with eclipse. Eventually it would be use to checkout and checkin from a remote server. But I would like to test the remote checkout and checkin for EGit using a local server as of now. I have tested it to work with Github (only https not SSH, SSH seemed to have a problem). But I would like to host my own git remote server for EGit. Please let me know as to how to go about it. Thanks in advance.
Share
You can use the “Git Web Access” project:
You also can try out the “Bonobo-Git-Server” project, through its main project page.
You will find other alternatives (sometime older) in “How to setup GIT bare HTTP-available repository on IIS-machine“.