You need to sign in to do that
Don't have an account?

Error when tryong heroku command
Hello,
I'm trying to do the trailhead module Develop Apps with Heroku Enterprise. When i run the command given in the module,
error: unknown switch `a'
Can someone please help me run the command.
Thanks
I'm trying to do the trailhead module Develop Apps with Heroku Enterprise. When i run the command given in the module,
git clone https://github.com/heroku/node-js-getting-started <your app’s name> cd <your app’s name> heroku git:remote -a <your app’s name>I'm getting the below error.
error: unknown switch `a'
Can someone please help me run the command.
Thanks
git clone https://github.com/heroku/node-js-getting-started <your app’s name>
cd <your app’s name>
heroku git:remote -a <your app’s name>
All Answers
Make sure that you are giving correct app name.
Best Regards,
Sandhya
git clone https://github.com/heroku/node-js-getting-started <your app’s name>
cd <your app’s name>
heroku git:remote -a <your app’s name>