Hi
I don't use Heroku so apologies if this is stupid question.
You are trying to run a windows .cmd file in Git Bash. I wouldn't expect this to work, but I could be wrong. Has it ever worked? Did you previously use cmd rather than Git Bash as the terminal?
SourceTree opens GitBash and would run heroku cli commands until the most recent update. The cmd version fires the heroku file used by Git Bash, I presume.
It seems like the update has changed either a path or environment variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you give me an example of the Heroku commands that would be run and what would trigger them?
Sourcetree doesn't know anything about Heroku so are these commands configured against Git?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael,
I have opened an issue ticket with Heroku to assist as well.
The first basic test is to check the version of the installed heroku cli toolbelt, which fails.
heroku --version
This has always worked, but after I upgraded from Source Tree 1.9 to the new version, it failed. I rolled back to 1.9 but the damage seems to have been done already and I have done multiple re-installs of Heroku CLI and still no luck, thus me raising the issue here to see if anyone has faced a similar issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the additional information.
Sourcetree does make changes to the PATH when running Git/Hg commands but these are temporary and do not persist, certainly not between restarts or updates.
Is there any chance its due to a Git change?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the Heroku logs, it looks like it tried to auto-updated the Heroku CLI and failed.
Not sure if that would make any path change. No Git Change seems to have occurred.
Not sure what to do next as I have been locked out from accessing Heroku at the moment. As mentioned earlier, I have been explaining the same issue to the Heroku support to see if they can assist, but no luck as of yet.
If anything comes to mind, let me know and will give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.