git error GnuTLS recv error (-110)
GnuTLS recv error (-110): The TLS connection was non-properly terminated.
git pull 时出现如下错误
fatal: unable to access 'https://github.com/xxx.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
执行
git config --global --unset https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 刘哥还在学