html tool

2022年9月7日星期三

git 设置提交使用proxy

参考: https://cloud.tencent.com/developer/article/1563044

//socks5的代理 设置如下: git config http.proxy 'socks5://127.0.0.1:1080' git config https.proxy 'socks5://127.0.0.1:1080' 取消设置 git config --global --unset http.proxy git config --global --unset https.proxy

没有评论:

发表评论