>  Q&A  >  본문

github - git clone 一个比较大的 repo 出错, 纠结我 1 天了, 求助

下面用的是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
巴扎黑巴扎黑2708일 전645

모든 응답(3)나는 대답할 것이다

  • PHP中文网

    PHP中文网2017-04-27 09:04:49

    커밋 내역을 보고 싶지 않다면 이렇게 해도 됩니다

    으아악

    회신하다
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-04-27 09:04:49

    ssh 프로토콜을 사용하여 복제

    회신하다
    0
  • 给我你的怀抱

    给我你的怀抱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/에 적용 가능 ...

    회신하다
    0
  • 취소회신하다