Using GIT Smart HTTP via IIS

前端 未结 3 1082
抹茶落季
抹茶落季 2021-02-01 11:04

I recently read Scott Chacon\'s post \"Smart HTTP Transport\", and I was hoping that it might have become possible via IIS (windows 7) since that post was written. I haven\'t be

3条回答
  •  自闭症患者
    2021-02-01 12:04

    GitAspx - By Jeremy Skinner

    http://github.com/JeremySkinner/git-dot-aspx/downloads

    Install Instructions

    http://www.jeremyskinner.co.uk/2010/10/19/gitaspx-0-3-available/


    Git Web

    http://gitweb.codeplex.com/


    Bonobo Git Server

    http://www.chodounsky.net/bonobo-git-server/


    WebGitNET

    https://github.com/otac0n/WebGitNet


    Alternatively ... (non-IIS)

    Gitea (fork of Gogs): https://gitea.io

    Gogs: https://gogs.io

    SCM Manager allows you to easily setup Git, Hg, and SVN servers over HTTP/HTTPS under a separate Java process and complete with built in authentication.

    http://www.scm-manager.org/
    https://bitbucket.org/sdorra/scm-manager/

提交回复
热议问题