git error:RPC failed,curl 56 GnuTLS recv error (-110)

被刻印的时光 ゝ 提交于 2021-01-28 09:25:50

问题


How can I solve this error when I run git clone on the linux git repository?

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

root# git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ./

Cloning into '.'...
remote: Counting objects: 6111067, done.
remote: Compressing objects: 100% (27618/27618), done.
remote: Total 6111067 (delta 73093), reused 81877 (delta 67889)
Receiving objects: 100% (6111067/6111067), 1.07 GiB | 1.53 MiB/s, done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Resolving deltas: 100% (5127316/5127316), done.

来源:https://stackoverflow.com/questions/50813406/git-errorrpc-failed-curl-56-gnutls-recv-error-110

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