一次性加速
git clone -c http.proxy=“http://192.168.10.200:7893” https://github.com/
全局设置加速
git config --global http.https://github.com.proxy socks5://192.168.10.200:7892
192.168.10.200要保证能科学上网
git clone -c http.proxy=“http://192.168.10.200:7893” https://github.com/
git config --global http.https://github.com.proxy socks5://192.168.10.200:7892
192.168.10.200要保证能科学上网