English 中文(简体)
rvm 安装装置没有或没有高压
原标题:rvm install fails with or without rvmrc
  • 时间:2011-11-16 08:26:11
  •  标签:
  • rvm

I m 使用了下述文字:

rvm_path=/local/rvm

(on Ubuntu 11.10) but trying to install gives an obscure error:

$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
Successfully checked out branch   
Current branch master is up to date.
Successfully pulled (rebased) from origin 
: No such file or directory

任何想法?

最佳回答

真正的问题是,对停电线的电梯配置没有正确确定,因此无法安装。 它与使用高频环境毫无关系。

这里的固定点很简单(从光灯帮助页直截了当):

$ git config --global core.autocrlf input

Line endings are important in linux and by forgetting that setting, everything the rvm-install script was pulling from github had endings. I made that change so long ago on my work machine, I didn t even remember it -- but it was not set on my home system.

如果其他人有同样的问题,我就离开了。

问题回答




相关问题
How to completely wipe rubygems along with rails etc

Ok, so I decided I d be cool and try to use Rails3 that s in beta. Then, things were getting hard to manage so I got rvm. I installed ruby 1.9.2-head in rvm and things were working, and then a ...

JVM version manager

Is there Ruby Version Manager equivalent for the Java world? I m looking for tool which allow me to easily download and install a new JVMs and switch between them. For example: jvm install <...

Emacs is ignoring my path when it runs a compile command

I m trying to get a compile command (rake cucumber) to run with a specific ruby version on my Mac OS X system, I use rvm to do this currently in the terminal. My ~/.MacOSX/environment.plist has the ...

Wrong date with ruby Date.today and DateTime.now

I ve installed ruby-1.8.6-p383 with RVM. System ruby is 1.9.1_p378-1 I m getting the wrong date from Date.today and DateTime.now when using ruby 1.8.. Whereas Time.now is correct: irb(main):002:0>...

热门标签