macOS 加速 git clone Posted on 2020-05-17 配置 shadowsocks 代理即小飞机 设置代理 点击高级配置一波代理: 然后在命令行里面使用如下的命令: 12git config --global http.proxy 'socks5://127.0.0.1:1086'git config --global https.proxy 'socks5://127.0.0.1:1086' 然后就可以加速处理了。 取消加速代理12git config --global --unset http.proxygit config --global --unset https.proxy Post author: zoomdong Post link: http://zoomdong.site/2020/05/17/mbp加速git-clone/ Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.