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"

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

上一篇 下一篇

猜你喜欢

热点阅读