最近使用I.MX8Mnano在移植安卓系统,使用的虚拟机环境VMware,系统是Ubuntu18.04,下载源码时总是失败,基本都是fatal: unable to access 'https://github.com/nxp-imx-android/aosp_platform_bootable_recovery/':
但是使用浏览器网页是可以打开的
按照网上说的取消代理gnussl改为openssl,http.sslverify=false什么的都试过了,还是不行,请问有人遇到过并解决吗?

最近使用I.MX8Mnano在移植安卓系统,使用的虚拟机环境VMware,系统是Ubuntu18.04,下载源码时总是失败,基本都是fatal: unable to access 'https://github.com/nxp-imx-android/aosp_platform_bootable_recovery/':
但是使用浏览器网页是可以打开的
按照网上说的取消代理gnussl改为openssl,http.sslverify=false什么的都试过了,还是不行,请问有人遇到过并解决吗?

直线使用git在线clone不下来,可能是git安装的有问题。
nxp-imx-android还提供源码压缩包的下载,当前最新版本是android-13.0.0_1.2.0。直接在github的网址如下,下载zip或tar.gz的压缩包。
https://github.com/nxp-imx-android/aosp_platform_bootable_recovery/releases/tag/android-13.0.0_1.2.0