问题
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:[你的代理端口]
github 提交不了代码
阅读 52
2022-02-21
问题
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)