300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > git clone 报错:fatal: unable to access ‘https://github.com/xxxxxxxxx/xxx.git/‘: gnutls_

git clone 报错:fatal: unable to access ‘https://github.com/xxxxxxxxx/xxx.git/‘: gnutls_

时间:2019-04-29 00:37:29

相关推荐

git clone 报错:fatal: unable to access ‘https://github.com/xxxxxxxxx/xxx.git/‘: gnutls_

完整报错:fatal: unable to access '/xxxxxxx/xxxx.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

解决:重置代理:

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

再执行git clone 即可成功

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。