如何实现git Smart HTTP服务器

时间:2013-04-09 14:18:11

标签: c# git protocols smart-http

我想通过Smart HTTP协议实现git服务器。任何机构都可以给我一些参考文件或代码供学习。 C风格的语言更好。

使用C#语言和libgit2sharp实现它是我的目标。

2 个答案:

答案 0 :(得分:1)

Git itself是一种用C风格语言完成的参考实现。查找名称中包含“http”的文件。

答案 1 :(得分:0)

使用ASP.NET MVC razor + GitSharp查看GitAspx,

https://github.com/linquize/git-dot-aspx