小飞机可以解决git clone没有返回的问题吗?

【1】Linux如何使用小飞机?
以ss为例,先下载客户端:
https://www.mediafire.com/folder/xag0zy318a5tt/Linux
下载客户端以后,右键把权限中“作为程序执行”勾选,打开界面

然后在github上找到免费的账号节点:
https://github.com/Alvin9999/new-pac/wiki/ss免费账号
ss要用加密方式aes-256-gcm的,ssr有协议和混淆

小飞机可以解决git clone没有返回的问题吗?

对于浏览器,要在switchy omega中配置
protocol选择SOCKS5 Server127.0.0.1 Port1080

【2】如何解决git clone没有返回的问题
配置git proxy
git config --global http.proxy 127.0.0.1:1080 为全局的git项目都设置代理
git config --local http.proxy 127.0.0.1"1080 为某个git项目设置单独代理

删除已有proxy
git config --global http.proxy 查询已有proxy
git config --global --unset http.proxy 取消设置

上一篇:github上clone很慢的解决方案


下一篇:jQuery用法