POSTS / Git Clone: GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Published: 2024-03-04
Searched and got this solution:
apt install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
The first two commands already fix the issue on my side though.