Error: Gitflow is not installed
See original GitHub issueWhen trying to start a new hotfix, feature or release the following error is returned in the event log:
13:18:29 Error: Gitflow is not installed
13:18:29 Error
Gitflow is installed and works as expected from both my external terminal and PHP Storms built in terminal.
Issue Analytics
- State:
- Created 10 years ago
- Comments:49 (10 by maintainers)
Top Results From Across the Web
Error installing Git-Flow in bash for GitHub for Windows
The msysgit-install.cmd script is a windows batch file, don't run it from bash run it from windows command prompt (or double click it...
Read more >git — 'flow' Is Not a git Command - Future Studio
When running into the error git: 'flow' is not a git command. , you don't have git flow installed on your machine. Read...
Read more >Git Flow not working | Sourcetree for Windows - Jira Atlassian
Git flow doesn't work. When I start a new feature: sh.exe C:\Users\Martijn\AppData\Local\Atlassian\SourceTree\gitflow_local\gitflow ...
Read more >How to install Gitflow for Windows on old Git installations ...
Run the following command from your Git installation folder: git clone --recursive git://github.com/nvie/gitflow.git. Run the following command ...
Read more >zsh: command not found: git-flow - Ask Ubuntu
git-flow is a git extension, not a separate command. Adds hooks to normal git . Try git flow init. You can list files...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
brew install git-flow
not work for me, butbrew install git-flow-avh
works. stackoverflow for this issuebrew install git-flow
Also works.