1、下载和使用地址 ClashX
2、购买地址
https://xn—6nq44r2uh9rhj7f.com/#/dashboard
3、打开/关闭
图标 —> 控制台 —> 设置 —> 设置为系统代理
4、我的账密
f**@qq.com / f**4@
5、github clone 项目出现 403
这个主要就是因为我们用了代理服务器来加速访问 github,但是 git clone 没有配置代理导致的连接超时
解决方法:配置 git 的代理
git config --global http.proxy "127.0.0.1:58187"
git config --global https.proxy "127.0.0.1:58187"
注意其中的 58187 端口号需要更换你自身使用的代理的端口号