Failed to connect to github.com port 443:connection timed out

解决办法:

  • 步骤1:
    在这里插入图片描述
  • 步骤2:
    -
  • 步骤3 :在git终端中执行如下命令:
    git config --global http.proxy http:ip:port
    git config --global https.proxy http:ip:port
cpp 复制代码
git config --global http.proxy http://127.0.0.1:17890
git config --global https.proxy http://127.0.0.1:17890
相关推荐
航Hang*9 小时前
VMware vSphere 云平台运维与管理基础——第2章(扩展):VMware ESXi 5.5 安装、配置与运维
运维·服务器·github·系统安全·虚拟化
渣渣馬11 小时前
shell的if多条件
git·ssh
zh_xuan11 小时前
Visual Studio 上传工程到github
ide·git·github·visual studio
CoovallyAIHub12 小时前
视频理解新范式:Agent不再被动看视频,LensWalk让它自己决定看哪里
算法·架构·github
CoovallyAIHub12 小时前
斯坦福丨AirVLA:将地面机械臂模型迁移至无人机实现空中抓取,成功率从23%提升至50%
算法·架构·github
AntoineGriezmann13 小时前
Git 学习笔记
git
无限进步_13 小时前
【C++】只出现一次的数字 II:位运算的三种解法深度解析
数据结构·c++·ide·windows·git·算法·leetcode
数据知道14 小时前
《 Claude Code源码分析与实践》专栏目录
python·ai·github·claude code·claw code
逛逛GitHub14 小时前
开源 10 天就飙到 4 万星,这个项目收集了 58 个知名网站样式。
github
无限进步_15 小时前
【C++】多重继承中的虚表布局分析:D类对象为何有两个虚表?
开发语言·c++·ide·windows·git·算法·visual studio