I’ve been using Git for my project for a year without issues, but now I’m constantly getting this error when I try to push: “RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet.”
I know that if I use git config http.postBuffer 524288000
and then run git pull && git push
, it works (for a while).
But I’d like to permanently fix the problem. Does anyone know how?
Renata is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1