返回常见问题
常见问题详情
常见问题17 Uable to connect to API due to poor internet connection
2026/06/0428 次阅读
Uable to connect to API due to poor internet connection
常见问题
有效解决方法:在settings.json文件中配置
{
"env": {
"HTTP_PROXY": "http://127.0.0.1:7890",
"HTTPS_PROXY": "http://127.0.0.1:7890"
}
}端口换成魔法的代理端口

