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

An error is reported during the operation of the git clone command
: GnuTLS recv error (-110): The TLS connection was non-properly terminated

1. Causes:

Network proxy problems, mainly network problems, everyone understands. .

2. Solutions:

Cancel the proxy to return to normal, execute the following command

git config --global --unset http.https://github.com.proxy

perfect solution

3. Note:

4. Reference link:

Guess you like

Origin blog.csdn.net/weixin_44409833/article/details/127277947