github之前设置过代理后连接不上问题

提示

fatal: unable to access ‘https://github.com/.git/‘: Failed to conne拒绝连接

解决

1
2
git config --global --unset http.proxy 
git config --global --unset https.proxy

终极解决

改为SSH 协议

把公钥添加至github。

1
2
3
git remote set-url origin 'git@github.com:XXX/xxx.git'

git remote -v

github之前设置过代理后连接不上问题
http://hanqichuan.com/2023/06/14/git/github之前设置过代理后连接不上问题/
作者
韩启川
发布于
2023年6月14日
许可协议