解决fatal: unable to connect to github.com及其后问题

命令:git clone git://github.com/xxxx
错误信息:
fatal: unable to connect to github.com:
github.com[0: 你的IP]: errno=Operation timed out
原因:
需要用https才能读到数据
解决方法:输入命令

git config --global url."https://github.com".insteadOf git://github.com

如果再次git clone出现报错:
fatal: unable to access ‘https://github.com/robbyrussell/oh-my-zsh.git/’: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

输入命令:

git config --global --unset http.proxy
git config --global --unset https.proxy

解决fatal: unable to connect to github.com相关推荐

  1. 解决fatal: unable to connect to github.com问题

    命令:bower install jquery     [mac] 错误信息: bower error status code of git: 128 fatal: unable to connect ...

  2. 解决 fatal: unable to access ‘https://github.com/qweertu/git-demo.git/‘: error setting certificate...

    git push 时出现错误  fatal: unable to access 'https://github.com/qweertu/git-demo.git/': error setting ce ...

  3. 解决fatal: unable to access ‘https://github.com/NVIDIA/apex.git/‘: Recv failure: Connection was reset

    Windows环境下,需要到官网下载git,到指定文件夹中打开git bash. 输入命令 git clone https://github.com/NVIDIA/apex.git 时会报错. 原因可 ...

  4. 解决fatal: unable to access ‘https://github.com/xxx/xxx.git/‘: Failed to connect to github.com port 4

    问题的表现

  5. npm install报错解决fatal: Unable to look up github.com (port 9418) npm ERR! exited with error code: 128

    版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn.net/qq_34841536/article/ ...

  6. mac m1 解决fatal: unable to access ‘https://github.com/Homebrew/homebrew-core/‘ ;同时指定intel架构的brew 版本

    arch -x86_64 /bin/bash -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew ...

  7. 成功解决 fatal: unable to access ‘https://github.com/...‘: Encountered end of file

    尝试了别的文章里去掉git configuration里的proxy配置 git config --global http.proxy git config --global --unset http ...

  8. fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read: Connection was rese

    错误1: npm ERR! fatal: unable to connect to github.com 解决方案: ssh访问切换为https访问 git config --global url.& ...

  9. 【Linux】git clone报错fatal: unable to access ‘https://github.com/xxx.git/‘: Encountered end of file

    目录 1.问题 2.解决 3.参考 1.问题 git clone代码时突然报错...貌似时不时遇到这个问题,这次遇到了准备简单mark下 git clone https://github.com/xx ...

  10. 解决GitHub连不上的问题fatal: unable to access ‘https://github.com/..’: Failed to connect to github.com port

    解决GitHub连不上的问题 fatal: unable to access 'https://github.com/dmlc/dgl.git': Failed to connect to githu ...

最新文章

  1. el replace 表达式_EL表达式截取字符串 各种字符串操作的方式全解 泽0715新浪博客...
  2. 杨威(为奥运冠军名字作诗)
  3. 傅里叶变换在图像处理中的作用
  4. Boost Asio总结(2)同步通信
  5. android(cm11)状态栏源码分析(一)
  6. 【面试招聘】去不了大厂实习,小厂实习去吗?
  7. 二十七、综合案例数据预处理
  8. Vue_注册登录(短信验证码登录)
  9. vue 2.6 中 slot 的新用法
  10. Anaconda 一直停留在 Loading apps list... 解决方案
  11. 01背包 (dp专题)
  12. 40岁才博士毕业,新任安徽省长的他写了篇句句戳心的博士论文后记
  13. Solidity编程语言
  14. MACD-DKJ金叉选股、金蜘蛛选股、均线粘合公式
  15. html直接使用marked.js解析marked文档
  16. python - 正则表达式 与或非
  17. 英国招生官建议个人陈述该做些什么
  18. 河北大学计算机改408,河北大学2020年硕士研究生招生调剂办法
  19. Linux命令 - userdel命令
  20. 【GlobalMapper精品教程】033:影像地图羽化方式详解

热门文章

  1. Istio 东西向流量管理
  2. 怎样修改PDF中的文本的字体
  3. 计算机网络显示正常 但无法上网怎么办,如何解决显示网络已连接但无法上网...
  4. ES6-rest参数
  5. java图片缩放工具类_JAVA操作图片裁切与缩放的一个工具类(个人收藏)
  6. 从零开始学WEB前端——HTML实战练习
  7. 如何一键下载或保存微博里面的短视频?
  8. matlab 双均线,双均线策略
  9. 三级联动的数据库(贼多)
  10. C语言中getchar