일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Bitbucket
- orm
- 트랜잭션
- 레드마인
- 자바
- mybatis
- JVM
- Stash
- spring
- Java
- sql
- SonarQube
- heap메모리
- 스프링
- springboot
- nodejs
- ElasticSearch
- 리눅스
- 마이바티스
- Apach
- slave node
- Git
- npm
- 엘라스틱서치
- Elk
- mysql
- Gradle
- 시스템운영
- DB
- 아파치
Archives
- Today
- Total
프로그래머호이잇
git error: RPC failed; curl 18 transfer closed with outstanding read data remainin 본문
git
git error: RPC failed; curl 18 transfer closed with outstanding read data remainin
호이잇! 2017. 10. 11. 13:34error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: fatal: The remote end hung up unexpectedly
early EOF
fatal: index-pack failed
위와 같은 에러가 발생시 아래 와 같이 입력해줍니다
git config --global http.postBuffer 524288000
용량이 큰 파일을 pull 하거나 push 하실때 발생할 것으로 생각이됩니당!
'git' 카테고리의 다른 글
git 높은버전(2.4.12) 소스 설치 방법 (0) | 2017.09.18 |
---|---|
git Repository 생성 방법 및 clone 방법 (0) | 2017.08.29 |
git push 시 ssl 에러 발생 할떄 (0) | 2017.08.22 |