libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Push not throwing exception when more than 100MB file is being pushed to GitHub

Open thealifaisal opened this issue 3 years ago • 1 comments

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

thealifaisal avatar Jan 01 '22 13:01 thealifaisal

I'm facing the same issue. It doesn't throw an exception when it can't push large files to GitHub.

ali-bhutto avatar Jan 03 '22 18:01 ali-bhutto