首页 > 其他分享 >git报错fatal: unable to access ‘https://github.com/‘: OpenSSL SSL_read: Connection was reset

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

时间:2022-10-27 17:25:45浏览次数:78  
标签:reset git OpenSSL access SSL unable 报错

bug描述

fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection was reset, errno 10054

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

bug 解决方法
参考网上解决办法:解除ssl验证后,再次git即可
在终端窗口输入:

git config --global http.sslVerify false

标签:reset,git,OpenSSL,access,SSL,unable,报错
From: https://www.cnblogs.com/Sultan-ST/p/16832969.html

相关文章

  • git commands Graphical Tutorial All In One
    gitcommandsDiagramTutorialAllInOnegif动画,图解gitcommandsAllInOnegitmergegitrebasegitresetgitrevertgitcherry-pickgitfetchgitpull......
  • Oracle 启动报错:ORA-03113
    解决办法:登录sqlplus/nologSQL>conn/assysdba关闭数据库SQL>shutdownabort或shutdownimmediate装载数据库SQL>startupmount查看oracle运行日志路径SQL>showparame......
  • python数据分析——lxml已下载但pycharm中使用仍然报错
    参照一本书(《python数据分析入门从数据获取到可视化》-沈祥壮)上的代码准备学习一下爬虫,但是卡在了标题中的错误中,尝试了很多方法:pipinstalllxml/pipuninstalllxml、......
  • PAT_甲级_1022 Digital Library (30分) (C++)【map+set+STL】
    目录​​1,题目描述​​​​题目大意​​​​输入​​​​输出​​​​2,思路​​​​数据结构​​​​注意​​​​3,代码​​1,题目描述 SampleInput:31111111TheTestingB......
  • Java 使用发送请求报错
    问题发送post请求报错javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.security.provider.cer......
  • 解决vue报错 Failed to mount component: template or render function not defined.
    今天npmrundev的时候,有个页面报错,提示[Vuewarn]:Failedtomountcomponent:templateorrenderfunctionnotdefined.昨天还好好的,今天就报错了,也没改啥。经过查资......
  • git相关
    一、git相关bug1.【.gitignore文件不生效】把某些目录或文件加入忽略规则,按照上述方法定义后发现并未生效,原因是.gitignore只能忽略那些原来没有被追踪的文件,如果某些文......
  • linux安装git
    环境准备:yum-yinstallcurl-develexpat-develgettext-developenssl-develzlib-develgccperl-ExtUtils-MakeMaker下载:https://github.com/git/git编译安装:make......
  • git 多个commit 如何合并
    git多个commit如何合并本篇主要介绍一下git中多个commit如何合并,因为commit太多会导致提交记录混乱,所以有时候会把多个commit合并成一个保持提交记录干净清......
  • asp.net core6.0 model 搭建基架项目报错 解决办法
    1、可以参考以下博文方法试一试https://blog.csdn.net/Jinguagua/article/details/103784190https://blog.csdn.net/huzimu_/article/details/120061372http://www.zhou......