git gnutls_handshake() failed: The TLS connection was non-properly terminated
Git clone 项目的时候出现以下错误
fatal: unable to access 'https://github.com/awslabs/aws-c-mqtt.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
解决方法
1.设置代理
//新增代理
git config --global http.https://github.com.proxy socks5:/..
原创
2022-03-01 14:55:49 ·
560 阅读 ·
0 评论