解决fatal: unable to access‘‘:GnuTLS recv error

阅读 171

2022-01-31

问题描述
使用git clone https://github.com/NVIDIA/apex 下载apex,结果出现:fatal: unable to access 'https://github.com/NVIDIA/apex/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
解决方案
将命令中https改成git,变成git clone git://github.com/NVIDIA/apex即可!

精彩评论(0)

0 0 举报