코드와 오류 기록
git push RPC failed disconnect while reading sideband packet
신사(SinSa)
2024. 8. 20. 20:58
Enumerating objects: 16, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (11/11), done.
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (11/11), 2.81 MiB | 4.19 MiB/s, done.
Total 11 (delta 5), reused 0 (delta 0), pack-reused 0 (from 0)
fatal: the remote end hung up unexpectedly
Everything up-to-date
위 오류는 Git에서 리모트 저장소에 푸시(push)할 때 발생하는 문제를 나타낸다. RPC failed; HTTP 400 오류는 서버와의 통신 문제가 원인일 수 있다. 해결 방법으로는 다음을 시도할 수 있다.
git config --global http.postBuffer 157286400