受欢迎的博客标签

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

Published

 

 

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

 

 

 

 

.NET 版 Git 底层操作库

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

 

LibGit2Sharp 是一个强大的 .NET 库,用于操作 Git 仓库。它提供了 Git 核心功能的托管实现,无需安装 Git 客户端即可在 .NET 应用程序中使用 Git 功能。

 

https://github.com/libgit2/libgit2sharp

 

Git Server

大多的Git服务端都是在Linux上的,Windows的可选方案少。

 

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

https://github.com/linezero/GitServer   old

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

 

C#

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

 

GitSharp.Core,GitSharp

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

有个纯托管代码的Git服务端

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

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

search c# .net Git Server

search c#