当我们使用git clone下载仓库代码的时候,出现github unable to access 'https://github.com/...: Failed to connect to github.com port 443报错

经过查阅资料,这是由于没有指定用户密码导致的问题,在这种情况下,我们可以修改下载的仓库的URL地址,格式就是https://username:passwords@github.com/......

标红部分为新增部分

(注意是用户名,不是邮箱)

解决github unable to access ‘https://github.com/...: Failed to connect to github.com port 443相关推荐

  1. fatal: 无法访问 ‘https://gitlab.com/libeigen/eigen.git/‘:Failed to connect to gitlab.com port 443: 没有到主机

    在安装openmvs 时需要安装eigen, git clone https://gitlab.com/libeigen/eigen.git --branch 3.2 但是一直报错fatal: 无法访 ...

  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. github unable to access 'https://github.com/...: Failed to connect to github.com port 443‘

    建立一个github帐号(pythonsoft)之后,按照提示create a repository: test. 想把这个项目clone到本地: git clone https://github.c ...

  4. 解决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 时会报错. 原因可 ...

  5. 完美解决 git Unable to access ‘https://github.com/xxxx/xxxx.git/’:OpenSSL SSL_read:Connection was reset

    方法一: 切换网络,由于刚开始使用的校园网,导致GitHub无法连接,后面采用手机热点连接,即可解决此问题.毕竟切换网络不需要更改配置那些复杂的操作. 方法二: 采用网上提到较多的修改git配置的方案 ...

  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/xxx/xxx.git/‘: Failed to connect to github.com port 4

    问题的表现

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

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

  9. git解决fatal: unable to access ‘https://gitee.com/XXX.git/‘: The requested returned error: 403

    403无权限访问 windows用户凭据不一致导致 解决:控制面板->凭据管理器->windows凭据->git:https:gitxxx(把当前账户名更改上去)

最新文章

  1. iOS 获取Assets中的启动页
  2. skype linux 安装,如何在Ubuntu 18.04上安装Skype
  3. 深度剖析Zabbix Web scenarios数据表结构
  4. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 排版:移除默认的列表样式
  5. docker-Consul的概述及consul集群环境的搭建
  6. C/C++打造Windows岁月留声机
  7. 【渝粤题库】国家开放大学2021春2748动物常见病防治题目
  8. MySQL流浪记(一)—— 初步认识数据库的内涵
  9. 接收xml参数_SpringBoot实战(二):接收xml请求
  10. lwip连续发数据卡死_LwIP用TCP连接方式在数据量比较大协议栈卡死
  11. Nginx 0.8.x + PHP 5.2.13(FastCGI)搭建胜过Apache十倍的Web服务器(第6版)[原创]
  12. Atitit 性能指标与性能提升的5个原则与性能提升模型
  13. Win10自定义开始菜单磁贴背景颜色及图标
  14. Minio纠删码与存储级别
  15. matlab设计理想高斯巴特沃斯低通滤波器_完整二阶有源带通滤波器设计!(下载:教程+原理图+视频+代码)...
  16. R Fisher精确检验
  17. Nature Reviews Neuroscience综述:认知和行为的灵活性-神经机制和临床考虑
  18. springboot项目Banner配置
  19. 我的一个项目:项目可行性分析报告
  20. 开始topcoder

热门文章

  1. 解决office 2019 正在更新office请稍后 0x0000142 应用程序无法正常启动
  2. abaqus python_(大四)运用python语言在Abaqus中进行建模
  3. 【计算机网络】数据链路层之随机接入-CSMA/CA协议(无线局域网)
  4. xorbootuefi添加linux,把一个efi可运行程序添加到uefi bios教程,例如ipxe.efi刷入bios...
  5. 【我的Android进阶之旅】异常:java.lang.NoSuchFieldError: No static field xxx of type I in class Lcom/xxx/R$id;
  6. Git配置SSH公钥
  7. WPF 关于Binding
  8. 如何在MATLAB/python中安装Gurobi
  9. matlab图片大小剪切
  10. DDL语言(库和表的创建、修改、删除)——MySQL