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
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐