Originally from https://github.com/rust-lang/cargo/issues/10762
Following:
- Boot from linuxmint-20.3-cinnamon-64bit.iso (https://linuxmint.com/edition.php?id=292)
- Establish ethernet or WiFi internet connection.
- Open terminal
git clone https://github.com/rust-lang/crates.io-index
Produces the error:
jonathan@jonathan-pc:/$ sudo git clone https://github.com/rust-lang/crates.io-index
Cloning into 'crates.io-index'...
remote: Enumerating objects: 420411, done.
remote: Counting objects: 100% (1405/1405), done.
remote: Compressing objects: 100% (658/658), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
I have looked through How to fix git error: RPC failed; curl 56 GnuTLS but none of these suggestions seem to have any affect.
This seems to be a bug in Mint Linux but I don't know where to report it.
For now I will just switch to ubuntu