安装完成后,弹出"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
我真的应该有H:/映射能够安装Rails吗?
UPD:我查看了c:RailsInstallerRuby1.9.2setup_environment.bat,发现它使用HOMEDRIVE和HOMEPATH,我没有这样的环境变量。我加了这些,但还是没用。
UPD2:不过,我可以运行rails安装后。同时,我把它安装在我的虚拟Ubuntu上。
@Luis:谢谢你,这一定是原因。虽然我已经设置了环境变量HOMEDRIVE来纠正一个,但是,如果我在cmd中运行"set HOMEDRIVE",它会给出错误的值。问题是setup_environment.bat
寻找这些环境变量。
请在RailsInstaller列表中查看这篇文章:
https://groups.google.com/group/railsinstaller/browse_thread/thread/2337bfed4557f3f1虽然错误不相同,但它可能与相同的环境变量相关联。