Bootstrap

git下载速度太慢【学习笔记】

使用了sshFQ的伙伴添加这个配置下载速度有极大的提升。

git config --global http.proxy 'socks5://127.0.0.1:1080' 

 

;