**Edit: Worked this morning for no clear reason! Great. lol. Some kind of network issue somewhere in the world.
I know this isn't a new problem but when looking around I couldn't find the same case.
Trying to pull from my git repos on my server. I get:
error: RPC failed; result=22, HTTP code = 408
fatal: The remote end hung up unexpectedly
I've tried running:
git config --global http.postBuffer 524288000
as many people have suggested, but it still hangs up. Any suggestions on how this can be troubleshooted?