GitHub Failed to connect to github.com port 443Timed out
使用以下命令,提交代码到远程仓库时,
1 | git push -u origin master |
遇到如下问题:
1 | fatal: unable to access 'https://github.com/xxx/': Failed to connect to github.com port 443: Timed out |
解决方法:
设置代理再取消代理
1 | git config --global https.proxy |
再次提交
1 | git push -u origin master |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 素颜的博客~!
评论