git 错误:fatal: unable to access 'https://github.com/ultralytics/yolov5/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
时间:2021-05-31 22:07:10
收藏:0
阅读:449
错误如图所示:
解决办法:将命令中的 https改为 git
git clone git://github.com/ultralytics/yolov5
原文:https://www.cnblogs.com/zukang/p/14832868.html
评论(0)