libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

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

Open kolektorkayu opened this issue 1 year ago • 0 comments

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

kolektorkayu avatar Jun 14 '24 07:06 kolektorkayu