0

I am facing the following error message by using command git clone

error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

  • 2
    Possible duplicate of [The remote end hung up unexpectedly while git cloning](http://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning) – David Rawson Jan 18 '17 at 10:02

1 Answers1

0

This is not a GNU Radio issue per se. A Google search on "curl 56 GnuTLS recv error" turns up lots of references. Without knowing more about your machine, OS, versions, etc., the best that can be suggested is to do the same search and see if there are answers that may solve your problem.

I am pretty sure this is nothing to do with GNU Radio and everything to do with git and dependencies.

eeKnud
  • 96
  • 8