-
Notifications
You must be signed in to change notification settings - Fork 16
Troubleshooting
Frederick Zhang edited this page Feb 15, 2022
·
2 revisions
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 -vvDebug 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,YYYDon't share your debug logs with others directly as they contain credentials.