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

北战南征 提交于 2020-12-26 08:17:11

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!