インストールが完了すると、「Rails 環境の構成」ウィンドウがポップアップします。
The system cannot find the drive specified.
# Rails Environment Configuration.
Your git configuration is incomplete.
user.name and user.email are required for properly using git and services such
as GitHub ( http://github.com/ ).
Please enter your name, for example mine is: Wayne E. Seguin
私の名前を設定した後、次のエラーが発生します。
error: could not lock config file H:\/.gitconfig: No such file or directory
Rails をインストールできるようにするには、本当に H:/ をマップする必要がありますか?
UPD: c:\RailsInstaller\Ruby1.9.2\setup_environment.bat を調べたところ、HOMEDRIVE と HOMEPATH を使用していることがわかりました。そのような環境変数はありませんでした。それらを追加しましたが、それでも役に立ちませんでした。
UPD2: それでも、インストール後にレールを実行できました。その間、仮想Ubuntuにインストールしました。
UPD3: @Luis: ありがとうございます。環境変数 HOMEDRIVE を正しいものに設定しましたが、cmd で「set homedrive」を実行すると、間違った値が返されます。