Rhomobile rake redis aborted



我正在学习RhoMobile教程http://docs.rhomobile.com/rhoconnect/command-line#generate-an-application,我在输入

rake redis:install

我得到以下错误:

WARNING: using the built-in Timeout class which is known to have issues when use
d for opening connections. Install the SystemTimer gem if you want to make sure
the Redis client will not hang.
See http://redis.io/ for information about redis.
Installing redis to C:RhoStudioredis-2.4.0;C:dropboxcodeInstantRhodesredis
-1.2.6-windows.
rake aborted!
Zip end of central directory signature not found
Tasks: TOP => redis:install => redis:download
(See full trace by running task with --trace)
D:Dropboxcoderhodes-appsstoreserver>

我在一台windows机器上工作,主要使用RhoStudio。

这最终成为一个环境变量问题。此外,罗兹的主要支持论坛似乎是谷歌集团。这里回答问题:

https://groups.google.com/d/topic/rhomobile/b-Adx2FDMT8/discussion

如果你在windows中使用Rhostudio,那么redis会自动安装Rhostudio。所以不需要再安装了

相关内容

  • 没有找到相关文章