尝试推送到heroku。
当我输入:heroku create
收到此消息。
!没有指定帐户。
!
!使用--account运行此命令
!
!您还可以将其添加为git配置属性:
! git config heroku.account work
使用Rails 3.1.1
帮助将不胜感激。
答案 0 :(得分:5)
看起来您已经安装了Heroku Accounts插件,允许您在多个heroku帐户之间切换 - 按照https://github.com/ddollar/heroku-accounts中的说明添加帐户以供其使用
答案 1 :(得分:1)
输入gem install heroku
然后将github的rsa密钥上传到heroku
$ heroku keys:add
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub
一旦你使用命令使用heroku和github进行了配置,所有代码都会转到github并从那里转到Heroku
git push heroku master
很快就会看到这些消息
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Detected Rails is not set to serve static_assets