【GitHub】github clone远程仓库的时候一直失败

bash 复制代码
git clone https://github.com/coderwhy/hy-react-web-music.git
正克隆到 'hy-react-web-music'...
fatal: unable to access 'https://github.com/coderwhy/hy-react-web-music.git/': Failed to connect to github.com port 443 after 75011 ms: Couldn't connect to server
bash 复制代码
git clone https://github.com/coderwhy/hy-react-web-music.git
正克隆到 'hy-react-web-music'...
fatal: unable to access 'https://github.com/coderwhy/hy-react-web-music.git/': Failure when receiving data from the peer

【问题】git clone 仓库 一直失败

  • 切换网络,关掉代理都一直失败
  • 最后清除了一下dns缓存,就成功了 (电脑是Mac)
  • sudo dscacheutil -flushcache
  • sudo killall -HUP mDNSResponder
相关推荐
Yvonne爱编码3 小时前
CSS- 2.1 实战之图文混排、表格、表单
前端·css·html·github·状态模式·html5·hbuilder
qianmoQ13 小时前
GitHub 趋势日报 (2025年05月11日)
github
Yvonne爱编码14 小时前
HTML-3.3 表格布局(学校官网简易布局实例)
前端·html·github·html5·hbuilder
范纹杉想快点毕业18 小时前
以项目的方式学QT开发(一)——超详细讲解(120000多字详细讲解,涵盖qt大量知识)逐步更新!
c语言·数据结构·c++·git·qt·链表·github
tonngw20 小时前
【Mac 从 0 到 1 保姆级配置教程 12】- 安装配置万能的编辑器 VSCode 以及常用插件
git·vscode·后端·macos·开源·编辑器·github
八股文领域大手子21 小时前
HTTP/1.1 host虚拟主机详解
github
HORSE RUNNING WILD1 天前
解决 PicGo 上传 GitHub图床及Marp中Github图片编译常见难题指南
css·python·github
qianmoQ1 天前
GitHub 趋势日报 (2025年05月13日)
github
lkbhua莱克瓦241 天前
用C语言实现了——一个基于顺序表的插入排序演示系统
c语言·开发语言·数据结构·程序人生·github·排序算法·交互
幸好我会魔法2 天前
使用githubPage+hexo搭建个人博客
笔记·github