This error (fatal: the remote end hung up unexpectedly) keeps popping up when I tried to push my work to GitHub.
Tried all the solutions mentioned in the articles; error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Few to mention
git config --global http.postBuffer 524288000
git config --global http.version HTTP/1.1
Help me out here..