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

参考链接