这速度 理论上 clone 应该很快的 结果 clone 4kb/s 晕死了

来源: https://gist.github.com/chuyik/02d0d37a49edc162546441092efae6a1
修改 ~/.ssh/config 文件(不存在则新建):
# 必须是 github.com
Host github.com
HostName github.com
User git
# 走 HTTP 代理 我使用这个会报错 不知道为啥 端口改成你自己的
# ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=8080
# 走 socks5 代理 这个 ok 端口改成你自己的
# ProxyCommand nc -v -x 127.0.0.1:1080 %h %p
下载速度嗖嗖嗖的~
