如何用颤振解决代理设置问题?
Posted
技术标签:
【中文标题】如何用颤振解决代理设置问题?【英文标题】:How to fix the proxy setup issue with flutter? 【发布时间】:2019-11-20 21:18:05 【问题描述】:我是新来的颤振。我们在网络中有一个代理设置。该代理已应用于 android studio,并且运行良好。在创建新应用程序时,它工作正常。但是,获取包不起作用。它返回
Could not resolve URL "https://pub.dartlang.org".
pub get failed (69) -- attempting retry 1 in 1 second...'
set https_proxy=USERNAME:PASSWORD@hostname:port' I tried this code. Even though it is not working
获取包不起作用
【问题讨论】:
【参考方案1】:您需要在 Flutter 文件夹和项目文件夹上运行这两行代码:
set https_proxy=USERNAME:PASSWORD@hostname:port
set http_proxy=USERNAME:PASSWORD@hostname:port
【讨论】:
以上是关于如何用颤振解决代理设置问题?的主要内容,如果未能解决你的问题,请参考以下文章
如何用fiddler + 手机设置无线代理 下载只有 手机才能访问的资源。