git clone 设置临时加速

严懿 667 2023-05-24

一次性加速

git clone -c http.proxy=“http://192.168.10.200:7893https://github.com/

全局设置加速

git config --global http.https://github.com.proxy socks5://192.168.10.200:7892

192.168.10.200要保证能科学上网