GnuTLS recv error (-110): The TLS connection was non-properly terminated.


GnuTLS recv error (-110): The TLS connection was non-properly terminated.

解决方案:

apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000

参考