git error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function

前端 未结 1 1374
迷失自我
迷失自我 2021-01-13 16:11

I tried git submodule update --init --recursive

and got following error

error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the

相关标签:
1条回答
  • 2021-01-13 16:38

    Looks like you are missing openssl package, as another option could be network issue.

    0 讨论(0)
提交回复
热议问题