错误如图所示:

git 错误:fatal: unable to access 'https://github.com/ultralytics/yolov5/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

 

解决办法:将命令中的 https改为 git  

git clone git://github.com/ultralytics/yolov5

相关文章: