华为HarmonyOs :Unable to download the HarmonyOS SDK. proxyHost should not be null when a proxy is s...

在学习HarmonyOs过程中,开头就遇到一个配置问题:

Unable to download the HarmonyOS SDK. proxyHost should not be null when a proxy is specified

Cause: proxyHost should not be null when a proxy is specified

我是在MAC电脑上开发,这个问题的解决方法也比较简单,我只是把代理关掉了。具体操作如下:

1.打开终端输入 查看目录,找到.gradle隐藏文件
image.png
2.使用cd命令 查看目录中是否有文件
image.png
3.使用vi命令 打开
image.png
4.输入开始编辑,把它全部注释了
image.png
5.点击esc退出编辑并输入按回车 完成修改,重新编译一下就能下载成功了,后面再按相同方式打开注释,防止别的开发工具需要代理却又下载不了东西了。
其它环境可以参考:https://www.jianshu.com/p/bb6d2bcdd5b5

你可能感兴趣的:(华为HarmonyOs :Unable to download the HarmonyOS SDK. proxyHost should not be null when a proxy is s...)