git clone 很慢提速方法
挂代理
1 git config --global http.proxy 'socks5://127.0.0.1:1080' 2 3 git config --global https.proxy 'socks5://127.0.0.1:1080'
前

后

妥
挂代理
1 git config --global http.proxy 'socks5://127.0.0.1:1080' 2 3 git config --global https.proxy 'socks5://127.0.0.1:1080'
前

后

妥