git config --global https.proxy http://192.168.4.121:7890
git config --global http.proxy http://192.168.4.121:7890
使用http协议的仓库地址
git config --global https.proxy http://192.168.4.121:7890
git config --global http.proxy http://192.168.4.121:7890
使用http协议的仓库地址