git 命令

git init

git remote add origin https://***.git

git config --global http.proxy
 git config --global http.proxy http://127.0.0.1:8888

 git config http.proxy http://127.0.0.1:8888
 git config http.proxy

取消全局代理

git config --global --unset http.proxy
 git pull
 git config http.sslVerify false

古之善为士者,微妙玄通,深不可识
原文地址:https://www.cnblogs.com/xzhg/p/14612194.html