Skip to content

Troubleshooting

Frederick Zhang edited this page Feb 15, 2022 · 2 revisions

Warning and Info Logs

If you experience any problems using git-credential-keepassxc, first try enabling warning and info logs using -vv to see if they lead you somewhere.

This is also supported in .gitconfig:

[credential]
	helper = keepassxc -vv

Debug Logs

Debug logging is not compiled in release builds so -vvv requires you to build git-credential-keepassxc from source first.

$ git clone https://github.com/Frederick888/git-credential-keepassxc.git
$ cd git-credential-keepassxc
$ cargo build --features=XXX,YYY

Don't share your debug logs with others directly as they contain credentials.

Clone this wiki locally