Windows 7 に Ruby on Rails をインストールしようとしていますが、構成の開始直後に問題が発生します。RoRを試すのはこれが初めてです。
RailsInsaller をhttp://railsinstaller.org/からダウンロードし、正常にインストールしました。環境を構成する必要があるインストールの直後に、cmd でエラーを受け取ります。
# Rails Environment Configuration.
open C:\\Users\\\246ero/.ssh/id_rsa failed: No such file or directory.
The system cannot find the path specified.
D:/ROR/RailsInstaller/scripts/config_check.rb:87:in `initialize': No such file o
r directory - C:\Users\|ero/.ssh/id_rsa.pub (Errno::ENOENT)
from D:/ROR/RailsInstaller/scripts/config_check.rb:87:in `open'
from D:/ROR/RailsInstaller/scripts/config_check.rb:87:in `<main>'
この問題の解決策は何ですか? または、RoR を Windows 7 にインストールする他の方法はありますか? ご協力ありがとうございました。