受欢迎的博客标签

开源项目-gitea代码托管平台

Published

开源项目-gitea代码托管平台(go语言)

.NET 版 Git 底层操作库

LibGit2Sharp 是一个开源的 .NET 库,它将 libgit2(一个原生的 Git 实现)引入到 .NET 的托管世界中。这个库允许开发者通过 C# 或 VB.NET 与 Git 仓库进行交互,提供了非常直观的接口来操作 Git 仓库

https://github.com/libgit2/libgit2sharp

 

Git HTTP Server

ASP.NET Core 2.0 开源Git HTTP Server,实现类似 GitHub、GitLab

https://github.com/linezero/GitServer

https://www.cnblogs.com/linezero/p/gitserver.html

 

C#

https://github.com/jakubgarfield/Bonobo-Git-Server

 

GitSharp.Core,GitSharp

首先加入引用:GitSharp.Core,GitSharp。可以从git://github.com/henon/GitSharp.git获

大多的Git服务端都是在Linux上的,Windows的可选方案少。有个纯托管代码的Git服务端

源码在:http://github.com/Aimeast/GitCandy

https://www.cnblogs.com/Aimeast/archive/2013/03/28/2987499.html

search c# .net Git Server

search c#