chatGPT-CodeReview icon indicating copy to clipboard operation
chatGPT-CodeReview copied to clipboard

代理问题解决方式

Open Allex077 opened this issue 2 years ago • 2 comments

代理问题解决方式记录

我用win10出现一个问题就是代理问题,有时候使用clash的全局代理也会出现以下问题,

836a39350bfb7898f1aeea5766d5f6e

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

成功使用。 image

Allex077 avatar Mar 28 '23 11:03 Allex077

powershell代理设置方式:https://qianxu.run/2021/08/18/powershell-proxy/

Allex077 avatar Mar 30 '23 11:03 Allex077

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

Allex077 avatar Mar 30 '23 11:03 Allex077