Ruby on rails Heroku部署错误

Ruby on rails Heroku部署错误,ruby-on-rails,git,heroku,Ruby On Rails,Git,Heroku,出现了一个新问题 heroku create /Users/ender/.heroku/plugins/heroku-accounts/lib/ext/heroku/auth.rb:16:in `extract_account': undefined method `[]' for nil:NilClass (NoMethodError) from /Users/ender/.heroku/plugins/heroku-accounts/lib/ext/heroku/auth.rb:

出现了一个新问题

heroku create


/Users/ender/.heroku/plugins/heroku-accounts/lib/ext/heroku/auth.rb:16:in `extract_account': undefined method `[]' for nil:NilClass (NoMethodError)
    from /Users/ender/.heroku/plugins/heroku-accounts/lib/ext/heroku/auth.rb:35:in `fetch_from_account'
    from /Users/ender/.heroku/plugins/heroku-accounts/lib/ext/heroku/auth.rb:5:in `user'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.21.0/lib/heroku/plugin.rb:51:in `load!'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.21.0/lib/heroku/command.rb:17:in `load'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.21.0/lib/heroku/cli.rb:8:in `start'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/gems/heroku-2.21.0/bin/heroku:21:in `<top (required)>'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/bin/heroku:19:in `load'
    from /Users/ender/.rvm/gems/ruby-1.9.2-p290/bin/heroku:19:in `<main>'

看起来你已经安装了heroku帐户插件


卸载它或确保已根据文档添加帐户:

看起来您已安装heroku帐户插件


卸载它或确保已根据文档添加帐户:

否。heroku命令中的问题。任何heroku命令都不起作用。我刚刚写了heroku,我和以前一样看到了sam问题。好的,那个问题由heroku的支持者解决了。在重新安装之前,您只需手动删除插件:$rm-rf~/.heroku/plugins/heroku帐户$heroku plugins:installgit://github.com/ddollar/heroku-accounts.gitno. 这里的问题是heroku命令。任何heroku命令都不起作用。我刚刚写了heroku,我和以前一样看到了sam问题。好的,那个问题由heroku的支持者解决了。在重新安装之前,您只需手动删除插件:$rm-rf~/.heroku/plugins/heroku帐户$heroku plugins:installgit://github.com/ddollar/heroku-accounts.git
$ rm -rf ~/.heroku/plugins/heroku-accounts 
$ heroku plugins:install git://github.com/ddollar/heroku-accounts.git