-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error executing git-flow config list
command
#55
Comments
Welcome!Thank you for finding time to write an issue and help to make this extension better. I`ll appreciate if you find some time to rate this extension here. I`ll get to this Issue ASAP. |
Hello,
|
I had the same issue. looks like this extension is based on the archived gitflow-avh instead of the currently active gitflow |
Currently active? Last commmit 12 years ago. AVH 5 years ago. |
Summary:
I'm encountering an error while using the "GitFlow" extension in Visual Studio Code. When I try to execute the
git-flow config list
command, it fails with the following error message:Environment:
Steps to Reproduce:
git-flow config list
command.Expected Behavior:
The
git-flow config list
command should execute successfully and display the Git-Flow configuration details.Actual Behavior:
The command fails to execute, and the error message mentioned above is shown in the output.
Additional Information:
git-flow
binary is correctly set in the extension settings as/opt/homebrew/bin/git-flow
.git-flow
binary is installed and executable in the specified path.Screenshots:
If applicable, please attach any relevant screenshots that might help in understanding the issue.
Additional Context:
I've already tried the following troubleshooting steps:
git-flow
binary is set correctly.git-flow
version.Despite these efforts, the issue persists. I'm unable to use the
git-flow
commands through the extension.Any assistance or insights into resolving this problem would be greatly appreciated.
The text was updated successfully, but these errors were encountered: