How to set up Git bare HTTP-available repository on IIS

后端 未结 6 1306
半阙折子戏
半阙折子戏 2020-12-04 10:23

My server already runs IIS on TCP ports 80 and 443. I want to make a centralized \"push/pull\" Git repository available to all my team members over the Internet.

So

6条回答
  •  囚心锁ツ
    2020-12-04 10:32

    Today Git ain't too bad on Windows these days.

    And if you want to use SVN on port 443 and/or 80 when IIS is already using it, try the tool at http://gstoolkit.codeplex.com/wikipage?title=SvnReverseProxy&ProjectName=gstoolkit which is a reverse proxy that allows IIS to transparently pass thru SVN to a back-end VisualSVN server (running on the same machine on port 8080).

    I'm still trying to get WebDAV and Git working on Windows though. (either by Apache's or IIS's WebDAV).

提交回复
热议问题