git clone失败:fatal: unable to access 'https://github.com/NVIDIA/apex/': gnutls_handshake() failed: 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 
 

posted @ 2022-02-16 14:11  Tomorrow1126  阅读(679)  评论(0)    收藏  举报