我正在使用fedora 25,并使用以下命令下载android gingerbread。
repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1
repo sync -c -j4
输入后(大约24小时后,下载尺寸为13G),
我明白了:
Fetching projects: 97% (166/171) Fetching project platform/external/neven
Fetching project platform/external/dnsmasq
Fetching projects: 99% (170/171) remote: Sending approximately 2.15 GiB ...
remote: Counting objects: 367, done
remote: Finding sources: 100% (2029012/2029012)
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
remote: Sending approximately 2.15 GiB ...
remote: Counting objects: 367, done
remote: Finding sources: 100% (2029012/2029012)
^Cerror: Cannot fetch platform/frameworks/base MiB | 118.00 KiB/s
aborted by user
该错误不断重复。我在互联网上读到它,它说,我需要生成RSA密钥,然后将其复制到GitHub帐户。我该怎么做呢
另外请解释这些错误的含义,尤其是
remote: Sending approximately 2.15 GiB ...
是下载还是上传?