💾 Archived View for zaney.org › resources › articles › git-freezes.gmi captured on 2023-09-28 at 15:44:01. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
This is a problem I have ran into often and always forget how it is addressed. So I thought I would condense a lot of reddit and stackoverflow searching into this little post.
So if you are using yadm (a dotfiles manager for git) or just git and it's freezing like such:
Receiving objects: 13% (1309/10065), 796.00 KiB | 6 KiB/s fatal: The remote end hung up unexpectedly
Or if git is freezing just after the line with TOTAL in it. This will fix your issue.
just run:
git config --global http.postBuffer 1048576000
Your completely done, rerun your git command and go about your day. Hope this helped.
Take care and enjoy the rest of your day!