科学上网 clash

January 15, 2024

1、下载和使用地址 ClashX

https://clashcn.com/clash-x

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 端口号需要更换你自身使用的代理的端口号


Profile picture

Written by Vance who lives and works in Shenzhen, China, and is working hard to improve. You should follow them on csdn