question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Gitflow is not installed

See original GitHub issue

When 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:closed
  • Created 10 years ago
  • Comments:49 (10 by maintainers)

github_iconTop GitHub Comments

22reactions
1075551055commented, Jan 1, 2020

brew install git-flow not work for me, but brew install git-flow-avh works. stackoverflow for this issue

14reactions
serkandemirel0420commented, Feb 20, 2016

brew install git-flow Also works.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found