ubuntu下GnuTLS问题:
ubuntu下使用git报:
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
指尖上的记忆ubuntu下GnuTLS问题:
ubuntu下使用git报:
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