Trying to commit my code to GitHub, never had an issues before and I've gone through all quick fixes but no luck so far. The error:
Enumerating objects: 10, done.
Counting objects: 100% (10/10), done.
Delta compression using up to 16 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 2.19 MiB | 33.00 MiB/s, done.
Total 6 (delta 3), reused 0 (delta 0)
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
I've had a look around at these issues:
And I've updated my buffer with git config http.postBuffer 524288000
, but my issue seems to relate to a CANCEL (err 8)
whereas the others are either protocol errors or HTTP/2 issues.
Any ideas on how I could get GitHub pushing working again? I've never had any issues with pushing to Github until today, and I made 2 commits about 30 minutes before that.