一、问题

执行命令 git push origin master,出现如下问题:

fatal: unable to access 'https://github.com/xxx/yyy.git/': OpenSSL SSL_read: Connection was reset, errno 10054

二、解决方案

这个问题常在git clone ... 以及 git push ... 等往上推送代码的时候出现,推送代码常用的有两种:HTTPS 和 SSH,这里我们使用的是 HTTPS,将其改为 SSH 重新推送即可,具体方法如下:

git remote rm origin
git remote add origin git@github.com:xxx/yyy.git
git push origin master

【Git 问题及解决方案】fatal: unable to access ‘https://github.com/xxx/yyy.git/‘: OpenSSL SSL_read: Con相关推荐

  1. fatal: unable to access ‘https://github.com/xxx/123.git/‘: Failed connect to github.com:443 解决方案

    在linux上git clone时遇到 fatal: unable to access 'https://github.com/xx/xx.git/': Failed connect to githu ...

  2. 【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 ...

  3. git出现错误:fatal: unable to access 'https://github.com/ory/hydra.git/'

    转载博客:https://www.cnblogs.com/areyouready/p/9021860.html git出现如下错误:fatal: unable to access 'https://g ...

  4. 【解决】:centos7下使用git clone发生错误“fatal: unable to access ‘https://github.com/xxx.git/‘”

    centos7配置git与错误解决 (一)centos7安装git (二)产生错误"fatal: unable to access" 解决方案 (一)centos7安装git 这里 ...

  5. fatal: unable to access ‘https://github.com/raw-recruit678/Leetcode.git/‘: OpenSSL SSL_read: Connect

    将项目提交到github,执行下面命令时提示错误 $ git pull origin master fatal: unable to access 'https://github.com/raw-re ...

  6. 【git clone 报错】fatal: unable to access ‘https://github.com/zimeng303/React.git/‘: Failed to connect

    [git clone 报错]fatal: unable to access 'https://github.com/zimeng303/React.git/': Failed to connect t ...

  7. git clone 出现fatal: unable to access ‘https://github.com/xxx: Failed to connect to github.com

    问题描述: 使用git clone命令时,出现如下错误: fatal: unable to access 'https://github.com/xxx': Failed to connect to ...

  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. fatal: unable to access ‘https://github.com/NEGVS/the-economist-ebooks.git/‘: schannel: failed to re

    fatal: unable to access 'https://github.com/NEGVS/the-economist-ebooks.git/': schannel: failed to re ...

最新文章

  1. 52. N-Queens II
  2. js 获取data-属性值
  3. android ListView ListSelector 不起作用(被覆盖)
  4. 多益网络2014校招的一道笔试题---左旋字符串
  5. mybatis 链接DB2查询报错,必需的字符转换器不可用。 ERRORCODE=-4220, SQLSTATE=null
  6. 服务器虚拟化对硬件有要求,虚拟主机对硬件有要求吗
  7. hget和get redis_Redis Hash 的 HSET、HGET、HMSET、HMGET 性能测试
  8. 使用无人机倾斜摄影测量技术采集某县城区地理信息数据并生成实景三维模型的案例
  9. 使用Python将PDF转换成图片
  10. Kali渗透-DNS域名劫持
  11. WinDBG技巧:this指针的常见误区 (ECX寄存器存放this指针)
  12. linux中获取几天前或者几天后的日期
  13. mysql-mmm的搭建
  14. Swift 5 Type Metadata 详解
  15. 《通信技术导论(原书第5版)》——导读
  16. web前端开发需要学什么(包含前端学习路线)
  17. iptables拦截域名_iptables基于域名的访问控制
  18. 狗宝宝取名大全2018款之提前为宝宝取名好吗
  19. 2021年安全员-B证考试及安全员-B证考试报名
  20. 【超详细】JVM之内存管理和GC算法

热门文章

  1. 【腾讯优测月刊】安卓主流自动化测试框架详解与实践
  2. chrome浏览器广告屏蔽插件adblock下载地址
  3. 计算机财务函数pmt,5个财务函数FV、PV、PMT、NPER与RATE
  4. 关于如何获取复选框选中行的数据
  5. 微信点金计划(服务商角度)
  6. 极光与华为云共同助力中企出海
  7. Python from . import 模块 是什么意思?
  8. 找高清无水印视频素材,就上这9个网站。
  9. 华为路由器常用应用配置与简介Ping、Tracert、Telnet 、FTP。
  10. zabbix安装报错:The frontend does not match Zabbix database.