1
私はfedora 25を使用しており、次のコマンドを使用してAndroidのジンジャーブレッドをダウンロードしています。それを入力した後アンドロイドのソースコードをダウンロード中にエラーが発生しました
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 ...
はそれがダウンロードしているか、アップロードを説明してください?