このチュートリアルに従って、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形式に変換すると問題が解決する可能性があることをどこかで読みましたが、それはより多くのエラーメッセージを作成するだけです。
助言がありますか?