libgit2 / libgit2/libgit2sharp
SSL error; syscall failure: Connection reset by peer when push 1.3 GB filesize
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 3.5k
- 派生
- 925
- PR 合并指标
- 30 天内没有已合并 PR
描述
Reproduction steps
When doing git push of file with size 1.3 GB, got this error:
SSL error: syscall failure: Connection reset by peer
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in //LibGit2Sharp/Core/Ensure.cs:line 154
at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable1 refSpecs, GitPushOptions opts) in /_/LibGit2Sharp/Core/Proxy.cs:line 2253 at LibGit2Sharp.Network.Push(Remote remote, IEnumerable1 pushRefSpecs, PushOptions pushOptions) in //LibGit2Sharp/Network.cs:line 381
Anyone else having this issue?
Version of LibGit2Sharp: 0.27.2
Operating system(s) tested; .NET runtime tested
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查第 154 行的 Core/Ensure.cs、第 2253 行的 Core/Proxy.cs 和第 381 行的 Network.cs,然后使用 LibGit2Sharp 0.27.2 重现 1.3 GB 的 push。在确定 reset 是库缺陷还是特定于环境的传输失败之前,必须先明确缺失的操作系统和 .NET 运行时详细信息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, git
- 领域
- devtools, networking
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100