我正在尝试按照本教程通过 Cygwin 安装 RVM 。
创建目录并克隆 git 存储库后,我需要运行 ./osx_or_cygin_kick_off 开始安装过程。
这是我收到的错误消息:
$ ./osx_or_cygwin_kick_off
./automation/rvm/rvm_install: line 2: $'\r': command not found
./automation/rvm/rvm_install: line 3: syntax error near unexpected token `$'\r''
'/automation/rvm/rvm_install: line 3: `install_rvm()
./automation/rvm/rvm_install_some_rubies: line 2: $'\r': command not found
./automation/rvm/rvm_install_some_rubies: line 3: syntax error near unexpected token `$'\r''
'/automation/rvm/rvm_install_some_rubies: line 3: `install_some_rubies()
我在某处读到通过 doc2unix 将文件转换为 unix 格式可能会解决问题,但它只会创建更多错误消息。
有什么建议么?