首页 > 解决方案 > gnutls 握手()失败:拉函数中的错误。git 克隆

问题描述

我在使用时克隆 repo 时遇到问题:

git clone https://github.com/burbanox/responsive-design.git

给我一个错误:

fatal: unable to access 'https://github.com/burbanox/responsive-design.git/': gnutls_handshake() failed: Error in the pull function.

所以当我使用:

git clone git@github.com:burbanox/responsive-design.git

永远加载:

Cloning into 'responsive-design'...
remote: Enumerating objects: 115, done.
remote: Counting objects:   6% (7/115)

我使用 ubuntu 20.04 LTS

我更改为 Openssl 但不起作用

标签: gitshellubuntugithub

解决方案


推荐阅读