libgit2 / libgit2/libgit2sharp
push changes to a GitLab repo returns 411 error
未关闭
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 3.5k
- 派生
- 925
- PR 合并指标
- 30 天内没有已合并 PR
描述
Does anyone encounter that push change to a gitlab repo and returns "Request failed with status code: 411" error?
I hava a reference #905 comment on GitHub, but still getting the same error when debugging it gets to git_remote_push which returns res = -1 and Ensure.ZeroResult(res) returns 411 error.
In addition, we are running gitlab (v8.8.2) on our own server. Use the Libgit2sharp version 0.24.0.0
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 Libgit2sharp 0.24.0.0 复现针对所报告的 self-hosted GitLab 8.8.2 配置执行 push 的过程,然后通过 git_remote_push 和 Ensure.ZeroResult(res) 跟踪失败原因,并以引用 #905 作为上下文。完成的标准是确定 push 产生 HTTP 411 的原因,并记录或测试一个已确认的解决方案。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, git, gitlab
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100