While trying to clone a rtl88x2BU Wifi Driver for Ubuntu 20.04 (5.8.0-44-generic), I received the following issue:
$ git clone https://github.com/morrownr/88x2bu.git Cloning into '88x2bu'... remote: Enumerating objects: 218, done. remote: Counting objects: 100% (218/218), done. remote: Compressing objects: 100% (150/150), 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
The decoding error has occurred everywhere from 12% to 91% of the 1586 objects to be received.
I have increased the TLS buffer size to 1M+ with no change.