Ruby 找不到模板';rmq模板';

Ruby 找不到模板';rmq模板';,ruby,rubymotion,rmq,Ruby,Rubymotion,Rmq,我试图开始使用RMQ,但在创建应用程序时出现此错误。我按照安装gem然后创建项目的说明进行操作。我应该从哪里获得必要的rmq模板 ~/motionapps $ ruby --version ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin12.2.0] ~/motionapps $ motion --version 2.24 ~/motionapps $ rmq -v 0.5.6 ~/motionapps $ rmq create

我试图开始使用RMQ,但在创建应用程序时出现此错误。我按照安装gem然后创建项目的说明进行操作。我应该从哪里获得必要的
rmq模板

~/motionapps $ ruby --version
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin12.2.0]
~/motionapps $ motion --version
2.24
~/motionapps $ rmq -v
0.5.6
~/motionapps $ rmq create my_new_app
Cloning into '/Users/ethan/Library/RubyMotion/template/rmq-template'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
     Creating app
Cannot find template `rmq-template' in /Library/RubyMotion/lib/motion/project/template or /Users/ethan/Library/RubyMotion/template. Available templates: gem, ios, osx, promotion-template

      Complete. Things you should do:
      > cd my_new_app
      > bundle
      > rake spec
      > rake
      (main)> exit

      Then try these:
      > rake retina=3.5
      > rake retina=4 
      > rake device_family=ipad 
      > rake device 

我该怎么做呢?

问题在于你的github.com连接,你在那里有帐户吗?我的问题是缺少ssh公钥,我必须将其添加到我的github帐户

这里有关于“权限被拒绝(公钥)”问题的更多详细信息: