0

RMQ の使用を開始しようとしていますが、アプリの作成中にこのエラーが発生します。gem をインストールしてからプロジェクトを作成する手順に従いました。必要なものはどこから入手すればよいrmq-templateですか?

~/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 

どうすればいいですか?

4

1 に答える 1

1

問題は github.com 接続にあります。そこにアカウントがありますか? 私の問題は、githubアカウントに追加する必要があるssh公開鍵がないことでした

「許可が拒否されました (publickey)」問題の詳細については、 https ://help.github.com/articles/error-permission-denied-publickey を参照してください。

于 2014-03-16T22:52:13.363 に答える