windows网络代理设置终端

参考文章

Windows如何在CMD或PowerShell中配置代理,报错及解决方法_开了代理为什么cmd没有走代理-CSDN博客https://blog.csdn.net/qq_39740562/article/details/126134742

复制代码
netsh winhttp show proxy

改:需要在管理员的终端改

复制代码
netsh winhttp set proxy 127.0.0.1:7890

取消

复制代码
 netsh winhttp reset proxy