Railsinstaller试图使用未映射的驱动器

时间:2011-11-07 08:27:52

标签: ruby-on-rails railsinstaller railsinstaller-windows

安装完成后, 弹出“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:/ mapped来安装Rails吗?

UPD:我查看了c:\ RailsInstaller \ Ruby1.9.2 \ setup_environment.bat,发现它使用了HOMEDRIVE和HOMEPATH,我没有这样的环境变量。我添加了这些,但它没有帮助。

UPD2:不过,我可以在安装后运行rails。同时,我将它安装在我的虚拟Ubuntu上。

UPD3:@Luis:谢谢,这一定是原因。虽然我已经设置环境变量HOMEDRIVE来纠正一个,但是,如果我在cmd中运行“set homedrive”,它会给出错误的值。

1 个答案:

答案 0 :(得分:0)

问题是setup_environment.bat寻找那些环境变量。

请参阅RailsInstaller列表中的这篇文章:

https://groups.google.com/group/railsinstaller/browse_thread/thread/2337bfed4557f3f1

虽然错误不一样,但它可能与相同的环境变量相关联。