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
git config --global http.proxy 'http://127.0.0.1:8087'
git config --global --unset http.proxy
git config --global --get http.proxy
git config --global http.sslVerify false
本文标题:Git命令记录
本文链接:https://www.haomeiwen.com/subject/amxgrctx.html
网友评论