-
Notifications
You must be signed in to change notification settings - Fork 279
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
bash: wp: command not found #83
Comments
Hey @fcristel, there's an existing issue for this that was fixed but I got the same thing. I've figured out what it was for me, might be the same for you. I needed to add my SSH key to Heroku first because the Git remote is set with --ssh-git. https://devcenter.heroku.com/articles/keys#adding-keys-to-heroku Add your SSH key to Heroku first, then you must delete your app, delete the Git repo and re-run from scratch or you'll get errors when trying to checkout your branch. You can delete with: heroku apps:delete your-app-name Then just delete the entire heroku-wp folder and follow the guide again. Hopefully this helps :-) |
If you're seeing I solved the issue by checkout master back out |
Hi
I am trying to run on a Windows 10, and I get an error on installing, exactly on executing this:
heroku run wp core install \ --url=my-app-name.herokuapp.com \ --title="WordPress on Heroku" \ --admin_user="admin" \ --admin_password="correct-horse-battery-staple" \ --admin_email="[email protected]"
The error is this one:
I have tried using CygWin, cmd.exe, git bash. Same error on all of them.
The wp.bat file path is added in my PATH variable. What else can I do?
Thank you.
The text was updated successfully, but these errors were encountered: