libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.11k stars 876 forks source link

SSL error; syscall failure: Connection reset by peer when push 1.3 GB filesize #2104

Open kolektorkayu opened 3 weeks ago

kolektorkayu commented 3 weeks ago

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_remotepush(RemoteHandle remote, IEnumerable`1 refSpecs, GitPushOptions opts) in //LibGit2Sharp/Core/Proxy.cs:line 2253 at LibGit2Sharp.Network.Push(Remote remote, IEnumerable`1 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