Rumah > Soal Jawab > teks badan
下面用的是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
PHP中文网2017-04-27 09:04:49
Jika anda tidak mahu melihat sejarah komit, anda boleh melakukan ini
git clone url --depth 1
给我你的怀抱2017-04-27 09:04:49
RPC gagal; hasil=18, kod HTTP = 200 Penyelesaian kepada ralat:
Laksanakan git repack -a -f -d --window=250 --depth=250
.
Jika ralat masih berlaku, sila laksanakan:
git gc --aggressive
git repack -a -f -d --window=250 --depth=250
Anda juga boleh menukar kepada tolak alamat SSH:
Terpakai untuk Pengekodan https://coding.net/help/faq/g...
Terpakai kepada GitHub https://help.github.com/ artik ...