Github clone 慢的解决方法
2019-08-02 本文已影响0人
Searainbow
打开终端
输入以下内容
git config --global http.proxy 'socks5h://127.0.0.1:1080'
git config --global https.proxy 'socks5h://127.0.0.1:1080'
输入以下内容
git config --global http.proxy 'socks5h://127.0.0.1:1080'
git config --global https.proxy 'socks5h://127.0.0.1:1080'