Ubuntu18下Git使用命令git pull出現(xiàn)錯(cuò)誤信息:
fatal: unable to access 'https://github.com/ShiSiLang/HengShan.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
解決方式:
執(zhí)行命令:
sudo apt-get update
sudo apt-get install build-essential fakeroot dpkg-dev libcurl4-openssl-dev