git----报错GnuTLS recv error (-110): The TLS connection was non-properly terminated的解决方案
#取消代理即可恢复正常,执行下面的命令即可
git config --global --unset http.https://github.com.proxy
#再次运行git clone.....的命令即可
#取消代理即可恢复正常,执行下面的命令即可
git config --global --unset http.https://github.com.proxy
#再次运行git clone.....的命令即可