I’m trying to push my code into github, but almost everytime I meet this error
error: RPC failed; result=28, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
It’s so annoying. Anyone knows how to fix this?
Update After I googled, I read that running git config --global http.postBuffer 524288000 could solve the problem. But even after I ran that command, I still met the problem.
Use git:// or git+ssh://, not https