Dear community when I clone the project from bitbucket this error message apperas
\"error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-
You might need to recompile git with openssl not gnults. Please refer this here It works for me in Ubuntu 18.04 & 20.04
Please try this:
git config --global http.postBuffer 524288000 git config --global https.postBuffer 524288000 git config --global core.compression -1