在VSCode中成功安装了PlatformIO拓展后,每次尝试打开PlatformIO Home Page 都会出现Error: Error: You are not connected to the Internet. PlatformIO needs the Internet connection to download dependent packages or to work with PlatformIO Account.
并且无法进入Home Page。
尝试重装插件,重装VSCode,均未能解决问题。之后考虑可能是系统代理问题,关闭了VPN,重置了网络设置,仍未解决。在断开VPN时尝试更新VSCode,出现ERR_PROXY_CONNECTION_FAILED
,搜索该错误,找到一篇博文,博文中提到作者在系统环境变量中发现有一个HTTP_PROXY
环境变量,删除后就解决了问题。
方法:
- 删除HTTP_PROXY环境变量
- 以管理员身份打开CMD,分别执行以下命令
ipconfig/renew ipconfig/registerdns ipconfig/flushdns ipconfig/release
- 重启电脑
原文地址:http://www.fmwei.com/other/vscode-http-proxy.html/comment-page-1