libgit2 / libgit2/libgit2sharp
HTTP error 203 when pushing
還沒有人認領這個 Issue。
- 主要語言
- C#
- 星號
- 3.5k
- 分支
- 925
- PR 合併指標
- 30 天內沒有已合併 PR
描述
You are opening a bug report against the LibGit2Sharp project: we
use GitHub Issues for tracking bug reports and feature requests. If
you have a question about an API or usage, please ask on StackOverflow:
http://stackoverflow.com/questions/tagged/libgit2sharp.
Otherwise, to report a bug, please fill out the reproduction steps
(below) and delete these introductory paragraphs. Thanks!
Reproduction steps
I have a docker machine that is supposed to push some files. I am using a PAT to push to the private repo. When I try this locally it works. But on the docker machine I get this error:
LibGit2Sharp.LibGit2SharpException: unexpected HTTP status code: 403
\n at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
\n at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable1 refSpecs, GitPushOptions opts)\n at LibGit2Sharp.Network.Push(Remote remote, IEnumerable1 pushRefSpecs, PushOptions pushOptions)
\n at Project.Controllers.upload.UploadController.Upload(String id) in /src/Project/src/Project/Controllers/upload/UploadController.cs:line 63
Expected behavior
Expected behavior is for this to work on both local and docker machines
Actual behavior
It only works locally
Version of LibGit2Sharp (release number or SHA1)
I tried a couple versions. All gave the same result. Now I am on 0.27.0-preview-0034
Operating system(s) tested; .NET runtime tested
MacOS working fine. Docker linux agent does not
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從回報的呼叫鏈開始,經過 Project/Controllers/upload/UploadController.cs:63、LibGit2Sharp.Core.Ensure.HandleError、Core.Proxy.git_remote_push 和 Network.Push。使用 LibGit2Sharp 0.27.0-preview-0034,在 macOS 和 Docker Linux agent 上重現相同的基於 PAT 的 push,接著找出環境回傳不同 HTTP 狀態的原因,並驗證 push 能夠一致地運作。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, docker, git
- 領域
- backend, networking
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100