解决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
相关推荐
摆烂z4 小时前
AI同时完成多个功能(Git WorkTree)
git
___波子 Pro Max.9 小时前
Git Worktree 可视化理解指南
git
happymaker062611 小时前
git使用快速入门
git
不做超级小白11 小时前
从零到可用:在手机上用 Termux + Git + Obsidian 打造稳定同步环境(踩坑全记录)
git·智能手机
凡客丶11 小时前
Git安装与使用保姆教程【超详细】
git
android_cai_niao11 小时前
给Git项目添加多个远程仓库
git·gitee·github
胡小禾11 小时前
多账号下git自动切号
git
zhensherlock11 小时前
Protocol Launcher 系列:Working Copy 提交与同步全攻略
javascript·git·typescript·node.js·自动化·github·js
前端若水12 小时前
Git 全命令超级详细指南
大数据·git·elasticsearch
SiYuanFeng1 天前
新手学Git:如何把本地 Git 项目上传到 GitHub
git·github