环境:centos 6.3 64bit

按照google的教程http://source.android.com/source/downloading.html,下载android源代码。下载一个多钟后,google给墙了,只能买了一个vpn来干掉这个墙。

执行下面的命令

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

后出现fatal: Unable to find remote helper for 'https'。google了一下,试了几种办法都不行。

直接将git卸载,再安装git-1.8.1.1,就好了。

相关文章:

  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案