libgit2 / libgit2/libgit2sharp

HTTP error 203 when pushing

未关闭
#1,942 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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 代理上重现相同的基于 PAT 的 push,然后确定环境返回不同 HTTP 状态的原因,并验证 push 能够始终正常工作。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, docker, git
领域
backend, networking
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。