flutter doctor 提示 网络问题

网上能找到很多使用代理的代码,就不重复了,这里只是单独记录一下使用Socks 5代理该如何写

set http_proxy=sock5://your-company.proxy.com:8080
set https_proxy=sock5://your-company.proxy.com:8080
set no_proxy=localhost,127.0.0.1,::1

 

posted @ 2023-05-04 14:48  Easy C#  阅读(135)  评论(0编辑  收藏  举报