赞
踩
Running "flutter packages get" in flutter_app...
Got socket error trying to find package ****** at https://pub.dartlang.org.
或 在终端输入 :curl google.com
出现:curl: (7) Failed to connect to google.com port 80: Timed out
解决方法:
终端输入
set http_proxy=127.0.0.1:1080
set https_proxy=127.0.0.1:1080
然后终端输入
curl google.com
显示
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
就ok
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。