问题重现:
$ 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|fatal: unable to access ‘https://github xxxxxxxxx的解决方法】git clone -b v2.24.0 git://github.com/IntelRealSense/librealsense.git
推荐阅读
- 编程-开发工具|[编程开发工具-6](github仓库、gitee仓库、git本地仓库混合管理的架构与详细实现步骤)
- git|成功解决 fatal: unable to access ‘https://github.com/...‘: Encountered end of file
- 用 Go 实现一个 GitHub Trending API
- git常用命令
- halo博客自动备份到GitHub
- 解决Connecting to github.com 超时的问题
- git简单入门
- Git SSH Key 生成并添加到github/gitee步骤#yyds干货盘点#
- CentOS更新Git