1、设置代理 git config --global http.proxy 'http://127.0.0.1:8087' 2、删除代理 git config --global --unset http.proxy 3、查看代理 git config --global --get http.proxy 4、取消SSL认证 git config --global http.sslVerify false