chatGPT-CodeReview
chatGPT-CodeReview copied to clipboard
代理问题解决方式
代理问题解决方式记录
我用win10出现一个问题就是代理问题,有时候使用clash的全局代理也会出现以下问题,

解决方式:用命令行设置代理 命令输入以下命令 set http_proxy=http://127.0.0.1:7890 set https_proxy=http://127.0.0.1:7890
成功使用。

powershell代理设置方式:https://qianxu.run/2021/08/18/powershell-proxy/
MAC代理设置方法:
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890