Closed philw214 closed 9 years ago
Your .git
has to be in the same directory as your Gemfile and the rest of your app. If it isn't, go up to directory that contains .git
and run this:
git subtree push --prefix theNameOfTheDirectoryContainingYourGemfile heroku master
that worked. THANKS!
Currently looking through the Heroku link provided in the error, but still stuck.