当我尝试安装 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
问题是什么?