在Ubuntu中使用 “git pull” ,遇到报错:
gnutls_handshake() failed: Error in the pull function
解决方案,输入:
apt-get -y install build-essential nghttp2 libnghttp2-dev libssl-dev
亲测有效~
在Ubuntu系统中执行git pull时遇到gnutls_handshake()错误,通过运行`apt-get install -y build-essential nghttp2 libnghttp2-dev libssl-dev`命令进行修复,该方法已被验证有效。
在Ubuntu中使用 “git pull” ,遇到报错:
gnutls_handshake() failed: Error in the pull function
解决方案,输入:
apt-get -y install build-essential nghttp2 libnghttp2-dev libssl-dev
亲测有效~
5714
4254