libgit2sharp
libgit2sharp copied to clipboard
Push not throwing exception when more than 100MB file is being pushed to GitHub
Reproduction steps
1 - Copy a new file of size more than 100MB to local repository. 2 - Stage that file. 3 - Commit that file. 4 - Push that file.
Expected behavior
The behavior expected is that it should throw an exception similarly to GitHub Desktop.
Actual behavior
The actual behavior is that there is no exception thrown and does not push as well to the remote repository on GitHub.
Version of LibGit2Sharp (release number or SHA1)
0.27.0-preview-0158
Operating system(s) tested; .NET runtime tested
OS: Windows 10 .NET runtime: .NET 6
I'm facing the same issue. It doesn't throw an exception when it can't push large files to GitHub.