504 B
504 B
1.GnuTLS recv error (-110)
fatal: unable to access 'https://github.com/xxx/xxx.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
处理
apt update
apt install git
2.gnutls_handshake() failed: Error in the pull function
fatal: unable to access 'https://github.com/xxx/xxx.git/': gnutls_handshake() failed: Error in the pull function.
处理
apt update
apt -y install build-essential nghttp2 libnghttp2-dev libssl-dev