C/C++教程

Ubuntu 16.04下使用git clone时报“gnutls_handshake() failed: Error in the pull function”错误

本文主要是介绍Ubuntu 16.04下使用git clone时报“gnutls_handshake() failed: Error in the pull function”错误,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

报错提示

gnutls_handshake() failed: Error in the pull function

原因及解决办法

可能是libssl库的问题,安装libssl-dev可以解决

sudo apt-get install libssl-dev
这篇关于Ubuntu 16.04下使用git clone时报“gnutls_handshake() failed: Error in the pull function”错误的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!