-
Notifications
You must be signed in to change notification settings - Fork 3
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
KeyError: '0 is not registered' #11
Comments
Have you tried with the latest versions? |
I'm having the same issue (kind of intermittent depending on the commit). I am using commitizen image 3.21.3. Any news on that? Tks! |
What were you running? |
Not sure I got your question, but will try to give more details. I am running it inside a bamboo agent using the docker image 3.21.3 docker run --rm --volume "$(pwd):/app" --user "$(id -u):$(id -g)" commitizen/commitizen:3.21.3 bump --dry-run I got the error twice (in different moments). It seems intermitent because If I rerun the pipeline over the same commit it works. |
I'm getting this same error with v3.25.0. I have the commit hooks installed as directed here, and when running
|
@btsomogyi Have you found a solution for this? |
I am getting apparently the same error with a different Python package.
Is there any solution? |
I do my first steps with
commitizen
and decided to use the docker-image.In one of my repos I hit errors, now I created a fresh git repo with only one file in it.
I get stuff like:
context:
This is on a Fedora 37 workstation, if that matters.
I randomly tried that with an older tags of the image, same issues.
Do I have some mistakes in my approach, what can I do? Thanks.
The text was updated successfully, but these errors were encountered: