ruby on rails - Multiple Accounts on Heroku -
i've rails project want deploy on heroku. using link https://github.com/ddollar/heroku-accounts
managing multiple accounts on heroku. whenever running command heroku accounts:set personal
showing error
warning: insecure world writable dir /usr/local/bin in path, mode 040777 ! heroku client internal error. ! search at: https://help.heroku.com ! or report bug at: https://github.com/heroku/heroku/issues/new error: undefined method `each' nil:nilclass (nomethoderror) backtrace: /users/sumitkalra1984/.heroku/plugins/heroku- accounts/lib/accounts/heroku/command/accounts.rb:111:in `set' /users/sumitkalra1984/.heroku/client/lib/heroku/command.rb:213:in `run' /users/sumitkalra1984/.heroku/client/lib/heroku/cli.rb:28:in `start' /usr/bin/heroku:24:in `<main>' command: heroku accounts:set personal plugins: heroku-accounts version: heroku-toolbelt/3.0.0 (x86_64-darwin10.8.0) ruby/1.9.3
i bet found solution problem, in case (and other me) have init git repo. if try command in directory without git repo error.
cheers !
Comments
Post a Comment