我想下载安卓源代码。我按照以下步骤,
$ 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 并且我已经安装了所需的所有软件包并按照此处提到的所有步骤进行操作
任何帮助,将不胜感激,
谢谢,尼拉夫