github 443 master main origin 代理

本地分支重命名 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"

梯子的端口需要与git代理端口一致

你可能感兴趣的:(github 443 master main origin 代理)