之前git clone 项目的时候报错fatal: unable to access 'https://github.com/.......': OpenSSL SSL_read: Connection was reset, errno 10054

产生原因:一般是因为服务器的SSL证书没有经过第三方机构的签署,所以会报错

首先需要解除ssl验证后,再次git即可

解除ssl验证:git config --global https:www.baidu.com "false"

再次git clone "https:www.baidu.com"即可

Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset相关推荐

  1. 已解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset,

    昨天还可以git push代码到远程仓库,今天使用hexo d上传git仓库是时报了这个错:fatal: unable to access 'https://github.com/-': OpenSS ...

  2. git报错fatal: unable to access ‘https://github.com/‘: OpenSSL SSL_read: Connection was reset

    bug描述 fatal: unable to access 'https://github.com/-': OpenSSL SSL_read: Connection was reset, errno ...

  3. git报错fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset, e

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

  4. git的clone命令出现fatal:unable to access ‘https://github.comXXXXXXX“:OpenSSL SSL_read:connection was errn

    git使用git clone命令时出现错误fatal:unable to access 'https://github.comXXXXXXX":OpenSSL SSL_read:connec ...

  5. 【Git】处理 Unable to access ‘https://github.com’: OpenSSL SSL_read: Connection was reset, errno 10054

    Unable to access 'https://github.com/user_name/repository_name/': OpenSSL SSL_read: Connection was r ...

  6. git push 报错:fatal: unable to access ‘https://github.com/...‘......

    问题: 在用git push 提交代码到 github 的时候,遇到了如下报错: fatal: unable to access 'https://github.com/-/': OpenSSL SS ...

  7. Git报错解决:fatal: unable to access ‘https://github.com/...‘: OpenSSL SSL_read:..., errno 10054

    Git报错解决:fatal: unable to access 'https://github.com/-': OpenSSL SSL_read: Connection was reset, errn ...

  8. Unable to access ‘https://github.com/**/**/‘: OpenSSL SSL_read: Connection was aborted, errno 10053

    提交代码到git,报如下错误: Unable to access 'https://github.com/**/**/': OpenSSL SSL_read: Connection was abort ...

  9. 解决git下载报错:fatal: unable to access ‘https://github.com/.../.git/‘:

    解决git下载报错:fatal: unable to access 'https://github.com/-/.git/':- 1.在git中执行git config --global --unse ...

  10. git clone 报错:fatal: unable to access ‘https://github.com/xxxxxxxxx/xxx.git/‘: gnutls_

    完整报错:fatal: unable to access 'https://github.com/xxxxxxx/xxxx.git/': gnutls_handshake() failed: The ...

最新文章

  1. ADAS处理器集成功能安全单片机MCU
  2. Caffe框架GPU与MLU计算结果不一致请问如何调试?
  3. Java项目:学生管理系统(无库版)(java+打印控制台)
  4. 用Python解析AndroidManifest.xml文件找MainActivity
  5. 移植uboot第九步:支持yaffs映像烧写
  6. 编程方法学26:介绍Java标准库
  7. ASP.NET Core Web API + Identity Server 4 + Angular 6 实战小项目视频
  8. Pydiction : VIM上的PYTHON代码自动补全插件
  9. devsecops_DevSecOps改变安全性的5种方式
  10. IOT(11)---浙江移动物联网应用开放平台
  11. fopen /open,read/write和fread/fwrite区别
  12. 详解散度、旋度(二维、三维)
  13. Cocos Creator 开发微信小游戏 打包上线
  14. SQL如何合并两个表
  15. 工作笔记——微信支付开发相关知识整理
  16. 【STM32F429的DSP教程】第25章 DSP变换运算-快速傅里叶变换原理(FFT)
  17. 微信小程序开发教程(破解版IDE 无内测资格也可使用)
  18. Spring Cloud Task 主要是干什么的啊?跟 Quartz 和 Spring Task 有啥关系?
  19. 华为和“字节”,终于干起来了!
  20. 云数据中心概述与趋势

热门文章

  1. uniapp引用iconfont字体图标
  2. windows x64和x86区别
  3. python实现服务器监控报警消息用微信发送(附代码)
  4. Kotlin-协程Coroutines-组合suspending暂停函数
  5. 阿里云服务器一年多少钱?阿里云企业级云服务器报价表
  6. ScrollView 吸顶效果
  7. npm run build 报错: No such file or directory
  8. iphone11的计算机在哪,苹果备份文件的路径在哪?iphone11系列itunes备份文件位置介绍...
  9. Java基础案例教程———【任务4-2】模拟物流快递系统
  10. Node与Express学习笔记3_版本控制与质量保证