解决git clone过程中出现gnutls_handshake() failed: Error in the pull function的问题

在git clone别人仓库的过程中遇到报错

git clone https://github.com/greatwallet/Pytorch-Implemented-Deep-SR-ITM.git
Cloning into 'Pytorch-Implemented-Deep-SR-ITM'...
fatal: unable to access 'https://hub.fastgit.org/greatwallet/Pytorch-Implemented-Deep-SR-ITM.git/': gnutls_handshake() failed: Error in the pull function.

这种情况网上有回答说是由系统的 git 默认使用的 libcurl4-gnutls-dev 造成,并给出了解决方案
在实际尝试的过程中,发现简单地使用rm ~/.gitconfig命令清除下配置信息也能恢复

你可能感兴趣的:(git)