git报错:The TLS connection was non-properly terminated.

git报错:The TLS connection was non-properly terminated.


报错提示:

fatal: unable to access 'https://github.com/CMU-Perceptual-Computing-Lab/openpose.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

原因:权限不足
解决办法:sudo git clone 加对应网址。

sudo git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git

解决方法2:

git config --global --unset http.proxy 
git config --global --unset https.proxy

你可能感兴趣的:(node.js,html5,linux)