我正在尝试在我的Debian服务器上升级RVM,但由于某些原因它无法运行。这是命令rvm get stable
的输出:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9979 100 9979 0 0 10276 0 --:--:-- --:--:-- --:--:-- 0
Turning on auto mode.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1047k 100 1047k 0 0 438k 0 0:00:02 0:00:02 --:--:-- 757k
Upgrading the RVM installation in /usr/local/rvm/
RVM system user group 'rvm' exists, proceeding with installation.
之后它不会继续。我已经等了大约一个小时但没有运气。
还尝试了https://rvm.io/rvm/upgrading/
上显示的其他方法有谁知道这里有什么问题?
谢谢!
答案 0 :(得分:1)
您可以查看进程挂起的内容:
rvm --trace get stable
会有很多输出,但最后一行很重要,它们会显示哪个命令停止执行。
你很可能重新定义了一些改变了RVM代码含义的函数/别名 - 因为它直接加载到你的shell中,最常见的重新定义之一是:
: -> "cd .."