赞
踩
1. 在VSCode中配置代理:
在设置中查找“Proxy”直接编辑配置文件。或者在如下菜单中点击打开配置文件
在配置文件中添加如下两条。注意http和https的代理都要配置上
- "http.proxy": "http://192.168.8.*:8080",
- "https.proxy": "http://192.168.8.*:8080",
- "http.proxyAuthorization": null
2. 配置git代理
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。