格式 git config --global http.proxy http://server:port
git config --global http.proxy http://server:port
用于***解决git fetch/pull的网络问题 git config --global http.proxy http://127.0.0.1:7890
git config --global http.proxy http://127.0.0.1:7890