github 443 master main origin 代
2022-09-09 本文已影响0人
汉江岳
本地分支重命名 master -> main
git branch -m master mian
取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
设置代理
git config --global http.proxy "127.0.0.1:1080"