Когда я пытаюсь установить RVM, появляется следующая ошибка:
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
Cloning into rvm...
fatal: The remote end hung up unexpectedly
Cloning into rvm...
error: RPC failed; result=56, HTTP code = 100
fatal: The remote end hung up unexpectedly
ERROR: Unable to clone the RVM repository, attempted both git:// and https://
Это ошибка git clone
, которую я получаю недавно.Например, когда я пытаюсь клонировать nodejs.
error: RPC failed; result=56, HTTP code = 100
fatal: The remote end hung up unexpectedly
В чем проблема?