I'm new to Git, so please forgive me if this is a stupid question.
On my initial push to GitHub, using git push origin master
I'm getting the following error(s):
Counting objects: 1499, done. Delta compression using up to 16 threads.
Compressing objects: 100% (1455/1455), done.
error: pack-objects died of signal 923 MiB | 9.10 MiB/s fatal:
The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly
fatal: write error: Bad file descriptor
Am I missing something?
When I got this same error, the following command fixed this issue
git config --global pack.windowMemory "32m"
.
I was getting same error few days back what worked for me was that default file post size for Git has been exceeded.So navigate to repo and run this command to increase the buffer to 500MB after navigating to the repository git config http.postBuffer 524288000
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