全局代理
git config --global http.proxy http://127.0.0.1:8888
取消全局代理
git config --global --unset http.proxy