-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
undefined method `fetch_git_uri' when trying to install #7
Comments
that's an odd one. are you using RVM? That said, I know that the method isn't getting called. As I can install heroku_herocutter with Ruby 1.9.2 and the latest heroku gem (2.1.4) without getting that error. But when I try to install a herocutter plugin, like: I wonder if Ruby 1.8 picks up on that better than 1.9 does. |
No RVM, just plain old Ruby 1.8. Yeah, it's weird; it only started happening when I upgraded to the latest Heroku gem, if that's any help |
Not sure. I'm not the owner, but I am trying to fix it for myself. If I get
|
I run into #4 when I try installing the plugin with no app specified, and this issue when I specify an app. Weird. |
@RogerPodacter did you end up finding a solution? |
This may help people here and others that find this thread with a similar problem, I discovered in my version of the heroku command line tool (2.19.2) that the https method to access the git repo doesn't work anymore. So instead of: Change it to: So probably in the case of this repo, you would install it like this: |
After running
heroku plugins:install git://github.com/hone/heroku_herocutter.git
, I see:The text was updated successfully, but these errors were encountered: