libgit2 / libgit2/libgit2sharp
Implement HTTP Server with libgit2sharp
未關閉
還沒有人認領這個 Issue。
- 主要語言
- C#
- 星號
- 3.5k
- 分支
- 925
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi,
I'm currently doing some prototype development for implementing a HTTP based Git server in ASP.NET / ASP.NET Core. The current version uses a custom controller with then creates a new process executing git.exe with the required api calls (like. upload-pack or receive-pack). Instead of doing it with process creation, I'd like to use libgit2sharp.
Is there a way to call those low-level APIs through libgit2sharp?
Thanks for your feedback!
Marc
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
該 issue 提到了 ASP.NET/ASP.NET Core 控制器以及 Git upload-pack/receive-pack 呼叫,但沒有儲存庫檔案或測試。首先檢查 libgit2sharp 是否提供這些低階 API;要完成此工作,需要有明確的實作路徑,或確認替換 git.exe 存在限制。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, git
- 領域
- api, backend
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100