问题
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.
回答1:
Please try this:
git config --global http.postBuffer 524288000
git config --global https.postBuffer 524288000
git config --global core.compression -1
来源:https://stackoverflow.com/questions/60019906/error-rpc-failed-curl-56-gnutls-recv-error-110-the-tls-connection-was-non