Using GIT Smart HTTP via IIS

前端 未结 3 1099
抹茶落季
抹茶落季 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 11:49

    You might be able to do this with the Rack support in IronRuby (http://github.com/jschementi/ironruby/tree/master/Merlin/Main/Hosts/IronRuby.Rack) and the Git http server rack app (http://github.com/schacon/grack). You need at least Git 1.6.6, possibly 1.7.0 for this to work - I'm not sure that it will, but it might. If you're running any Java app servers, you can compile Grack into a WAR, too, if that's an option.

提交回复
热议问题