0

私は 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>

主に RhoStudio を使用して、Windows マシンで作業しています。

4

2 に答える 2

0

Windows で Rhostudio を使用している場合、Rhostudio とともに redis が自動的にインストールされます。したがって、再度インストールする必要はありません。

于 2012-11-17T13:09:52.117 に答える
0

それは最終的に環境変数の問題になりました。また、Rhodes の主なサポート フォーラムは Google グループのようです。ここで回答された質問:

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

于 2011-12-14T14:40:17.320 に答える