We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git I get the following error on OS X:
heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git
undefined method `netrc_filename' for Netrc:Class /usr/local/heroku/lib/heroku/auth.rb:138:in `netrc_path' /usr/local/heroku/lib/heroku/auth.rb:160:in `rescue in netrc' /usr/local/heroku/lib/heroku/auth.rb:151:in `netrc' /usr/local/heroku/lib/heroku/auth.rb:178:in `read_credentials' /usr/local/heroku/lib/heroku/auth.rb:113:in `get_credentials' /usr/local/heroku/lib/heroku/auth.rb:89:in `password' /usr/local/heroku/lib/heroku/auth.rb:17:in `api' /usr/local/heroku/lib/heroku/command/base.rb:72:in `api' /usr/local/heroku/lib/heroku/command/apps.rb:131:in `create' /usr/local/heroku/lib/heroku/command.rb:212:in `run' /usr/local/heroku/lib/heroku/cli.rb:30:in `start' /usr/local/bin/heroku:24:in `<main>' ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new Error: undefined method `netrc_filename' for Netrc:Class (NoMethodError) Command: heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git Plugins: heroku-deploy heroku-exit-status Version: heroku-toolbelt/3.42.24 (x86_64-darwin10.8.0) ruby/1.9.3 More information in /Users/[username]/.heroku/error.log
Output from heroku version:
heroku version
heroku-toolbelt/3.42.24 (x86_64-darwin10.8.0) ruby/1.9.3 heroku-cli/4.27.8-2294739 (amd64-darwin) go1.5.1 === Installed Plugins [email protected] [email protected] heroku-deploy heroku-exit-status [email protected] [email protected] [email protected] [email protected] [email protected]
The text was updated successfully, but these errors were encountered:
@evjan I was seeing the same issue. To resolve it I had to uninstall the heroku toolbelt and then reinstall it.
Sorry, something went wrong.
No branches or pull requests
When running
heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git
I get the following error on OS X:Output from
heroku version
:The text was updated successfully, but these errors were encountered: