我正在学习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:\RhoStudio\redis-2.4.0;C:\dropbox\code\InstantRhodes\redis
-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:\Dropbox\code\rhodes-apps\storeserver>我在一台Whindows机器上工作,主要使用RhoStudio。
发布于 2011-12-14 22:40:17
这最终是一个环境变量问题。此外,似乎Rhodes的主要支持论坛是Google Group。在这里回答问题:
https://groups.google.com/d/topic/rhomobile/b-Adx2FDMT8/discussion
发布于 2012-11-17 21:09:52
如果你在windows中使用Rhostudio,那么redis会自动随Rhostudio一起安装。所以不需要重新安装它。
https://stackoverflow.com/questions/8484342
复制相似问题