完整报错:fatal: unable to access 'https://github.com/xxxxxxx/xxxx.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

解决:重置代理:

git config --global  --unset https.https://github.com.proxy
git config --global  --unset http.https://github.com.proxy 

再执行git clone 即可成功

git clone 报错:fatal: unable to access ‘https://github.com/xxxxxxxxx/xxx.git/‘: gnutls_相关推荐

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

  2. git clone 报错fatal: unable to access ‘https://github.com/xxxx‘: OpenSSL SSL_read

    fatal: unable to access 'https://github.com/xiaohei0131/mc.git/': OpenSSL SSL_read: Connection was r ...

  3. git push报错:fatal: unable to access ‘https://github.com/***/‘:The requested URL returned error: 403

    前言 又是被自己菜死的一天. 1.报错信息 使用git push命令后,报错信息如下: remote: Permission to *** denied to . fatal: unable to a ...

  4. git报错fatal: unable to access ‘https://github.com/stephaniedurand/SeisTomoPy_V3.git/‘: gnutls_handsha

    解决办法:将命令中的 https改为 git git clone git://github.com/ultralytics/yolov5\ 原文:传送门

  5. 【git push指令提交项目报错】 fatal: unable to access ‘https://github.com/xxxxx/xxx.git/‘: OpenSSL SSL_read: Co

    在用git push指令提交项目时,由于网络等各种原因时常报错,针对以下几个问题,本文提供解决方法,亲测有效! 问题一: fatal: unable to access 'https://github ...

  6. 【报错fatal: unable to access ‘https://github解决办法】

    报错fatal: unable to access 'https://github解决办法 方法一:修改host文件 方法二:把命令行里的http改为git重新执行 方法一:修改host文件 把140 ...

  7. fatal: unable to access ‘https://github.com/xxxxx/xxx.git/‘: OpenSSL SSL_read: Connection was reset,

    写完代码想push到GitHub上: git push origin master 但是出问题了: fatal: unable to access 'https://github.com/xxxxx/ ...

  8. 解决git在push时报错fatal: unable to access ‘https://github.com/sup0C/a.git/‘: errno 10054

    解决git在push时报错fatal: unable to access 'https://github.com/sup0C/a-repository-for--git/': OpenSSL SSL_ ...

  9. 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 ...

最新文章

  1. Service的一些使用
  2. 设置windows xp 调试
  3. wireshrk中的名词说明
  4. HDU多校7 - 6853 Jogging(bfs+结论)
  5. android 按钮中断,android – 如何“中断”在AccessibilityService中执行的操作?
  6. RUP和IPD流程的优缺点
  7. MongoDB.so: undefined symbol: HeUTF8解决方法
  8. php去除中文以外的特殊字符,php从文本中去除空格、特殊字符的4种情况
  9. WINDOWSXP全面优化
  10. 桌面计算机图标变黑块,win7桌面图标变成有黑色方块怎么办?4个步骤轻松搞定...
  11. MCS-51单片机的内部结构
  12. MDESIGN-设计标准化系统
  13. latex 双箭头,花体
  14. 七十二烷基三硅醇poss|七十二烷基三硅醇笼形聚倍半硅氧烷
  15. 2015校园O2O商业模式解析——从社交切入
  16. 微信android视频压缩方案,微信视频压缩怎样实现
  17. Python修改图片像素颜色值
  18. 拉格朗日乘子法:写得很通俗的文章
  19. Camera图像处理原理及实例分析 - 色彩篇
  20. MySql数据库实现数据存在则更新,不存在则插入

热门文章

  1. 全局修改样式(全局颜色更改)
  2. SpringBoot工程使用shiro 进行MD5加密
  3. elasticsearch-7.2.1启动报错
  4. python 类 实例_Python类的实例详解
  5. Java输出PPT文件(二) - 占位符数据替换
  6. 微信小程序学习笔记(1)
  7. 【Android高级】查看手机及应用内存状况的方法
  8. ZBlog支持ppt一键导入
  9. Alertmanager 配置文件分析、原理和源码分析
  10. 读书笔记:《谁说菜鸟不会数据分析-入门篇》第1-4章