解决git clone报错RPC failed; curl 56 GnuTLS recv error (-9)

一、问题描述

ubuntu终端输入:git clone https://github.com/ARISE-Initiative/robomimic.git

报错内容如下:

bash 复制代码
Cloning into 'robomimic'...
remote: Enumerating objects: 3751, done.
remote: Counting objects: 100% (1235/1235), done.
remote: Compressing objects: 100% (162/162), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

二、解决方案

终端输入:

bash 复制代码
sudo apt install gnutls-bin
相关推荐
Caroline皮皮5 小时前
团队开发中的Git 文件名大小写不敏感导致的文件冲突
git
9ilk6 小时前
【Git】--- 多人协作实战场景
git
lllsure9 小时前
Git使用与管理
git
座山雕~10 小时前
Maven超级详细安装部署
git·github·maven
GanGuaGua11 小时前
linux系统下如何提交git和调试
服务器·git
csj5019 小时前
git分支合并信息查看
git
gqkmiss19 小时前
Git Cherry-pick:核心命令、实践详解
前端·git·前端框架·commit·cherry-pick
小生不才yz1 天前
15. git push
git
阿虎儿1 天前
基于三方开源项目二次开发的版本管理最佳实践
git
曼陀罗1 天前
【Git篇】commit失败后,展示: stash@{0}WIP on Feature_xx:
git