首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到模板‘rmq-模板’

找不到模板‘rmq-模板’
EN

Stack Overflow用户
提问于 2014-03-15 21:05:16
回答 1查看 116关注 0票数 0

我正在尝试开始使用RMQ,但是在创建我的应用程序时得到了这个错误。我遵循了安装创业板,然后创建项目的说明。我应该从哪里得到必要的rmq-template

代码语言:javascript
复制
~/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 

我该怎么做?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-03-16 22:52:13

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

这里有关于“拒绝权限(公开密钥)”问题的更多详细信息:https://help.github.com/articles/error-permission-denied-publickey

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22429715

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档