git连接失败
Failed to connect to github.com port 443
方法 :让 Git 走代理(推荐)
科学上网工具,假设它监听在 127.0.0.1:7890,配置:
1 | git config --global http.proxy http://127.0.0.1:7890 |
然后再测试:
1 | git clone https://github.com/hbhjt/Yaoshan-AI.git |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 我的技术博客!
