下面用的是git submodule update, 用git clone ... --recursive问题是一样的
akagi201@akgentoo ~/a20-kernel (master*) $ git config http.postBuffer 5024288000
akagi201@akgentoo ~/a20-kernel (master*) $ git submodule update
Cloning into 'linux-sunxi'...
remote: Counting objects: 4022357, done.
remote: Compressing objects: 100% (682462/682462), done.
error: RPC failed; result=18, HTTP code = 200.31 MiB | 654.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Clone of 'https://github.com/linux-sunxi/linux-sunxi.git' into submodule path 'linux-sunxi' failed
给我你的怀抱2017-04-27 09:04:49
RPC 실패; 결과=18, HTTP 코드 = 200 오류 해결 방법:
실행git repack -a -f -d --window=250 --depth=250
.
계속 오류가 발생하면 다음을 실행하세요.
으아악SSH 주소 푸시로 변경할 수도 있습니다.
코딩 https://coding.net/help/faq/g...에 적용 가능
GitHub https://help.github.com/에 적용 가능 ...