Loading... ## 报错信息如下: ```github fatal: unable to access 'https://github.com/bendangmi/javaBasicReview.git/': Failed to connect to github.com port 443 after 21084 ms: Timed out ``` ## 报错解决: 终端输入以下命令,即可解决问题 ```git git config --global http.proxy http://127.0.0.1:19180 git config --global https.proxy https://127.0.0.1:19180 git config --global --unset http.proxy git config --global --unset https.proxy ``` ## 代理端口号: 上面为啥是19180呢,因为我自己的代理端口号为:19180  最后修改:2022 年 05 月 23 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果文章有用,请随意打赏。