fatal: unable to access ‘https://github xxxxxxxxx的解决方法
生活随笔
收集整理的這篇文章主要介紹了
fatal: unable to access ‘https://github xxxxxxxxx的解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題重現:
$ git clone -b v2.24.0 https://github.com/IntelRealSense/librealsense.git
Cloning into 'librealsense'...
fatal: unable to access 'https://github.com/IntelRealSense/librealsense.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
?
解決方法:
將命令中的 https改為 git?
git clone -b v2.24.0 git://github.com/IntelRealSense/librealsense.git
總結
以上是生活随笔為你收集整理的fatal: unable to access ‘https://github xxxxxxxxx的解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 我的读书笔记 -《鬼谷子》
- 下一篇: 100 个网络基础知识普及,看完成半个网