我在克隆仓库时遇到问题,使用以下命令:
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,但仍未生效。