问题
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时遇到的连接超时问题,通过设置全局HTTP代理为本地地址端口来解决,适合Git用户遇到的常见网络问题。
问题
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:[你的代理端口]
您可能感兴趣的与本文相关的镜像
Kotaemon
Kotaemon 是由Cinnamon 开发的开源项目,是一个RAG UI页面,主要面向DocQA的终端用户和构建自己RAG pipeline
587
291
396
7245
1172

被折叠的 条评论
为什么被折叠?