首页 > 编程语言 >【git基础】The TLS connection was non-properly terminated

【git基础】The TLS connection was non-properly terminated

时间:2022-08-31 19:33:29浏览次数:70  
标签:TLS terminated non git properly was

 

error

Failed to clone '3rdparty/cutlass'. Retry scheduled
Cloning into '/home/worker/shared_data/3rdparty/tvm/3rdparty/dlpack'...
8ui90';/otyytuifatal: unable to access 'https://github.com/dmlc/dlpack/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

原因:权限不足
解决办法:sudo git clone 。。。也可能是网络不好。

 

参考

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

 

标签:TLS,terminated,non,git,properly,was
From: https://www.cnblogs.com/happyamyhope/p/16602809.html

相关文章