0
点赞
收藏
分享

微信扫一扫

github 提交不了代码

看山远兮 2022-02-21 阅读 50
github

问题

fatal: unable to access 'https://github.com/...': Failed to connect to github.com port 443: Timed out

解决

git config --global http.proxy 127.0.0.1:[你的代理端口]
举报

相关推荐

0 条评论