0
点赞
收藏
分享

微信扫一扫

fatal: unable to access ‘https://github.com/xxx‘: GnuTLS recv error (-110): The TLS connection...

以前干嘛去了 2022-02-06 阅读 464
githubgit

输入

git push -u origin main

后报错:

fatal: unable to access 'https://github.com/xxx/xxx.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.

可以使用下列命令解决:

sudo apt install apt-transport-https
举报

相关推荐

0 条评论