Android のソースコードをダウンロードしたい。私は次の手順に従いました、
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir android-source
$ cd android-source
$ repo init -u https://android.googlesource.com/platform/manifest
しかし、エラーが発生します
**Get https://gerrit.googlesource.com/git-repo
fatal: Unable to find remote helper for 'https'**
私はUbuntu-10.04を使用しており、必要なすべてのパッケージをインストールし、ここで説明したすべての手順に従いました
どんな助けでも大歓迎です、
ありがとう、ニラフ