Windows 使用Flutter [!] Proxy Configuration ! NO_PROXY is not set

cmd执行

set NO_PORXY=localhost,127.0.0.1

如使用powershell 需执行

$Env:NO_PROXY="localhost,127.0.0.1"

然后再次执行

flutter doctor

 

posted @ 2021-01-16 12:21  布洛芬萘普生  阅读(1864)  评论(1)    收藏  举报