【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
相关推荐
uhakadotcom8 小时前
快速开始使用 n8n
后端·面试·github
uhakadotcom8 小时前
React与Next.js:基础知识及应用场景
前端·面试·github
uhakadotcom12 小时前
MQTT入门:轻量级物联网通信协议
后端·面试·github
uhakadotcom14 小时前
阿里云STS:安全、灵活的临时访问管理
后端·面试·github
uhakadotcom15 小时前
Flutter入门指南:快速构建高性能移动应用
面试·架构·github
uhakadotcom15 小时前
React 和 Next.js 的基础知识对比
前端·面试·github
uhakadotcom16 小时前
SwiftUI 入门指南:快速构建跨平台应用
面试·架构·github
uhakadotcom17 小时前
OpenTelemetry入门:让你的应用程序更透明
后端·面试·github
pk_xz12345618 小时前
复现GitHub上`https://github.com/tobiasfshr/map4d`这个项目
github
uhakadotcom18 小时前
Julia语言:高性能数值计算的新星
面试·架构·github