用 goagent 做代理,通过 git 向 github 提交代码

git --config http.proxy http://127.0.0.1:8087/

 

如果碰见证书错误,请继续加这个配置 

 

git --config http.sslVerify false

 

试一下

 git clone https://github.com/ruby-china/ruby-china.git

 

是不是提速不少呢尴尬

你可能感兴趣的:(goagent)