Open TravelingTechGuy opened 9 years ago
Crashes on origins like url = https://git.heroku.com/foo.git
Works on origins like url = git@heroku.com:foo.git
Well, I see no one touched this repo in months, so I assume no fix is coming.
Hi @TravelingTechGuy and @denyago. I worked on this project just before leaving Heroku, and it has not been maintained by anyone at the company since I left last fall. Unfortunately I don't have the free time to actively develop it any more, but I will happily review pull requests, and will hand off the project to anyone who wishes to take it over.
Hi @zeke - sounds good. I'll see if I can dive into this.
Ok, now this module can't even be installed (on Windows, Node 0.12.5).
Heroku: please mark this repo "Defunct" and remove the module from the NPM repository.
@denyago thanks for the hint, was relatively easy to fix!
@zeke thanks for your initial work on this repository, it is very much appreciated :) Hope you can still approve my pr/make a release to github :)
Just to clarify, the remote url can be changed with the "git remote set-url" command.
In my case it was:
git remote set-url heroku git@heroku.com:propertywebbuilder.git
https://git.heroku.com/my_app.git
Mine was in this format so I fixed it with
return config[key].url.match(/git.heroku\.com\/(.*)\.git/)[1])
pretty easy fix
OSX Yosemite/Node 0.12.2/app.json@1.2.1