본문 바로가기
Tools/Git

Git Push 시 에러 해결 : Failed with error: RPC failed; curl 18 transfer closed..

by 곰씨네IT 2017. 5. 9.

Git Push를 하는데 다음과 같은 에러가 발생하였습니다. 


Failed with error: RPC failed; curl 18 transfer closed with outstanding read data remaining The remote end hung up unexpectedly The remote end hung up unexpectedly


아마도 push 하는 데이터가 많아 Http postBuffer size를 초과해서 그런 것 같습니다.


그래서 구글링 해서 터미널에서,


git config --global http.postBuffer 524288000


를 하고 다시 push를 해봤더니 잘되네요.ㅎㅎ


참조 : http://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining



** Big quadrangle ad **

'Tools > Git' 카테고리의 다른 글

GitHub 단축키 및 사용 팁 정리  (0) 2019.01.18
Git 설치 방법 간단 정리 (Mac)  (0) 2017.03.07
Git 초기 세팅 및 사용법 정리  (0) 2017.03.07
Git 설치 방법 간단 정리 (Windows)  (0) 2017.03.07

댓글