当尝试git克隆任何存储库时,我会得到以下错误
fatal: unable to access <repo url>: gnutls_handshake() failed: Close notify以防万一,这有助于我在树莓派零。
Git版本: 2.1.4
libgnutls-deb0版本3.3.8-6+de9体系结构armhf
libgnutls-开放版本3.3.8-6+de9体系结构armhf
发布于 2019-06-22 16:33:38
尝试:
git配置--全局http.sslVerify false
要禁用验证,它允许您克隆,但这不是最好的解决方案,您应该检查服务器配置。
希望它能帮上忙
https://stackoverflow.com/questions/56613822
复制相似问题