【1】Linux如何使用小飞机?
以ss为例,先下载客户端:
https://www.mediafire.com/folder/xag0zy318a5tt/Linux
下载客户端以后,右键把权限中“作为程序执行”勾选,打开界面
然后在github上找到免费的账号节点:
https://github.com/Alvin9999/new-pac/wiki/ss免费账号
ss要用加密方式aes-256-gcm的,ssr有协议和混淆
对于浏览器,要在switchy omega中配置
protocol选择SOCKS5 Server127.0.0.1 Port1080
【2】如何解决git clone没有返回的问题
配置git proxygit config --global http.proxy 127.0.0.1:1080
为全局的git项目都设置代理git config --local http.proxy 127.0.0.1"1080
为某个git项目设置单独代理
删除已有proxygit config --global http.proxy
查询已有proxygit config --global --unset http.proxy
取消设置