一、问题描述
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