Closed pedrolsazevedo closed 1 year ago
Could you run it with the --debug
flag to se more details? thanks
Hello, sorry for taking so long to answer.
Here's the result of debug:
In this case, my problem was related to user permissions, after specifying the user on docker command I was able to run the commitizen smoothly.
My final version of the command is:
docker run --rm -v $(pwd):/app -v ~/.gitconfig:/etc/gitconfig -u $(id -u) commitizen/commitizen:latest /bin/sh -c 'cz --debug bump --yes --changelog'
I was facing the same problem on my local machine and in Azure DevOps, but it's all working now. Thanks.
Hello. I've been trying to use the container, but only got the error:
fatal: not a git repository (or any of the parent directories): .git
Tried both ways:
Passing the command through the container call:
Creating a container and running the command on it:
As shown in the screenshot, the .git folder is present.
Thanks.