Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated"

Tags:

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-properly terminated"

Does anyone know how can I fix it ?? Thanks in advance.

like image 640
Hovo Asatryan Avatar asked Feb 01 '20 18:02

Hovo Asatryan


1 Answers

Please try this:

git config --global http.postBuffer 524288000

git config --global https.postBuffer 524288000

git config --global core.compression -1
like image 99
shivlal kumavat Avatar answered Sep 18 '22 22:09

shivlal kumavat