2017-10-10 29 views
0
https://source.android.com/source/downloading

レポINIT -u https://android.googlesource.com/platform/manifestエラー

のステップではなく、ステップで以下のようにIは、Androidのソースコードをダウンロードしようとした

repo init -u https://android.googlesource.com/platform/manifest 

次のエラーが発生します。

warning: Python 3 support is currently experimental. YMMV. Please use Python 2.6 - 2.7 instead. Traceback (most recent call last): File "/home/marios/bin/repo", line 883, in main(sys.argv[1:])

File "/home/marios/bin/repo", line 851, in main _Init(args, gitc_init=(cmd == 'gitc-init')) File "/home/marios/bin/repo", line 337, in _Init _CheckGitVersion() File "/home/marios/bin/repo", line 391, in _CheckGitVersion ver_act = ParseGitVersion(ver_str) File "/home/marios/bin/repo", line 361, in ParseGitVersion if not ver_str.startswith('git version '): TypeError: startswith first arg must be bytes or a tuple of bytes, not str

なぜですか?

答えて

0

Python 3を使用しています。Pythonバージョン2.6-2.7を使用する必要があります。 Pythonの修正版をシステムにインストールする方法については、python.orgをご覧ください。