美文网首页
github 443 master main origin 代

github 443 master main origin 代

作者: 汉江岳 | 来源:发表于2022-09-09 11:32 被阅读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"

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

相关文章

网友评论

      本文标题:github 443 master main origin 代

      本文链接:https://www.haomeiwen.com/subject/qhganrtx.html