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

前端 未结 2 1435
日久生厌
日久生厌 2021-01-20 22:00

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-

2条回答
  •  失恋的感觉
    2021-01-20 22:58

    Please try this:

    git config --global http.postBuffer 524288000
    
    git config --global https.postBuffer 524288000
    
    git config --global core.compression -1
    

提交回复
热议问题