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

后端 未结 6 1297
半阙折子戏
半阙折子戏 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:42

    Git supposedly supports webdav, and should work with any webdav server. However, it's really slow compared to the native git protocols.

    http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt

提交回复
热议问题