Ubuntu18下Git使用命令git pull
出现错误信息:
fatal: unable to access 'https://github.com/ShiSiLang/HengShan.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
解决方式:
执行命令:
sudo apt-get update
sudo apt-get install build-essential fakeroot dpkg-dev libcurl4-openssl-dev
网友评论