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

前端 未结 2 1423
日久生厌
日久生厌 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:41

    You might need to recompile git with openssl not gnults. Please refer this here It works for me in Ubuntu 18.04 & 20.04

    0 讨论(0)
  • 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
    
    0 讨论(0)
提交回复
热议问题