We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Hi, Since git upgrade, the docker image return an error :
ERROR git_cliff > Git error: `config value 'safe.directory' was not found; class=Config (7); code=NotFound (-3)`
My cmmand line is : docker run -it -v $(pwd)/.git:/app/ orhunp/git-cliff
docker run -it -v $(pwd)/.git:/app/ orhunp/git-cliff
Expected behavior Generation of my changelog.
Screenshots/Logs Full log :
System (please complete the following information): I use your Docker image. My code is on a Windows FS mounted on Debian WSL (so file chmod is 777).
Additional context I try to add this to my git config with no effect :
[safe] directory = *
Thanks for your help
The text was updated successfully, but these errors were encountered:
fix(docker): configure git safe.directory for Docker image (#108)
4fc2217
Thanks for reporting this! It is directly related to CVE-2022-24765 and should be fixed in 4fc2217 🐻
It is a regression in rust-lang/git2-rs#839
Sorry, something went wrong.
orhun
No branches or pull requests
Describe the bug
Hi,
Since git upgrade, the docker image return an error :
My cmmand line is :
docker run -it -v $(pwd)/.git:/app/ orhunp/git-cliff
Expected behavior
Generation of my changelog.
Screenshots/Logs
Full log :
System (please complete the following information):
I use your Docker image.
My code is on a Windows FS mounted on Debian WSL (so file chmod is 777).
Additional context
I try to add this to my git config with no effect :
Thanks for your help
The text was updated successfully, but these errors were encountered: