简体   繁体   English

Github无法访问... gnutls_handshake()失败:关闭通知

[英]Github unable to access… gnutls_handshake() failed:Close notify

When attempting to git clone any repository I get this error 当尝试git克隆任何存储库时,我收到此错误

fatal: unable to access <repo url>: gnutls_handshake() failed: Close notify

Just incase it helps I am on a Raspberry Pi Zero. 只是因为它帮助我在Raspberry Pi Zero上。

Git version: 2.1.4 Git版本:2.1.4

libgnutls-deb0 version 3.3.8-6+deb9 architecture armhf libgnutls-deb0版本3.3.8-6 + deb9架构armhf

libgnutls-open version 3.3.8-6+deb9 architecture armhf libgnutls-open version 3.3.8-6 + deb9 architecture armhf

Try: 尝试:

git config --global http.sslVerify false git config --global http.sslVerify false

to disable verification it lets you clone but it's not the best solution you should check server configuration. 禁用验证它可以让你克隆,但它不是你应该检查服务器配置的最佳解决方案。

Hope it helps 希望能帮助到你

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 致命:无法访问“......”:gnutls_handshake()失败:握手失败 - fatal: unable to access ".....": gnutls_handshake() failed: Handshake failed Git,致命:无法访问“https://github.com/path/to/repo.git”:gnutls_handshake() 失败:pull 函数出错 - Git, fatal: unable to access 'https://github.com/path/to/repo.git': gnutls_handshake() failed: Error in the pull function Ubuntu git:致命:无法访问 gnutls_handshake() 失败:已收到 TLS 致命警报 - Ubuntu git: fatal: unable to access gnutls_handshake() failed: A TLS fatal alert has been received gnutls_handshake() 失败:GIT 握手失败 - gnutls_handshake() failed: Handshake failed GIT git错误:gnutls_handshake()在推送时失败 - git error: gnutls_handshake() failed on push 错误:gnutls_handshake()GIT存储库失败 - error: gnutls_handshake() failed GIT repository git失败,并显示“ gnutls_handshake()失败” - git fails with “gnutls_handshake() failed” git clone:致命:gnutls_handshake()失败了 - git clone: fatal: gnutls_handshake() failed “gnutls_handshake()失败():一个意外长度的TLS数据包”在学校收到“ - “gnutls_handshake() failed(): A TLS packet with unexpected length was receive” at school Git 问题:gnutls_handshake() 失败:收到了意外的 TLS 数据包 - Git Problem: gnutls_handshake() failed: An unexpected TLS packet was received
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM