While pushing the file to github I get the above mentioned error. In detail the error is as follows:
Connection reset by 13.234.176.102 port 22
fatal: The remote end hung up unexpectedly
fatal: sha1 file '<stdout>' write error: Broken pipe
error: failed to push some refs to 'Github URL'
Is it File size issue or its corrupted?
I met the same error today,

I google this issue and find below comments:
https://help.github.com/articles/working-with-large-files/
If you attempt to add or update a file that is larger than 50 MB, you will receive a warning from Git. The changes will still successfully push to your repository, but you can consider removing the commit to minimize performance impact.
so I used the following command to resize the buffer size, it works
git config http.postBuffer 52428800

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With