主要是因为国内访问github的速度慢,通过设置代理,走全局global
git config —global http.proxy socks5://127.0.0.1:7890
git config —global http.https://github.com.proxy socks5://127.0.0.1:7890
更新完成后恢复
git config —global —unset http.proxy
git config —global —unset http.https://github.com.proxy