aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
487 stars 180 forks source link

fatal: 'origin/master' is not a commit and a branch 'master' #403

Closed AbstractAlao closed 1 month ago

AbstractAlao commented 1 month ago

I have my confg setup as so yet I am still getting this error

[ERROR] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.21.0:release (default-cli) on project dependency-analyzer: release: Failed cmd [git] with args [[checkout, -b, master, origin/master]], bad exit code [128]. Out: [fatal: 'origin/master' is not a commit and a branch 'master' cannot be created from it

<plugin>
com.amashchenko.maven.plugin gitflow-maven-plugin 1 main develop org.apache.xbean xbean-reflect 3.7 log4j log4j org.apache.maven maven-project 3.0-alpha-2 log4j log4j

AbstractAlao commented 1 month ago

Had the config in the plugin management