You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with KeePassXC integration with git. Whenever I attempt to use git commands that require authentication, I receive the error "ERRO /usr/bin/zsh (uid=1000, gid=1000) is not allowed to call git-credential-keepassxc, Caused by: N/A". This issue occurs when I use command line git in zsh, but does not happen with GUI-based Git clients like GitHub Desktop and the built-in Git in Jetbrains products.
Environment
OS: Linux archlinux 6.4.3-zen1-1-zen Windows compatibility #1 ZEN SMP PREEMPT_DYNAMIC Tue, 11 Jul 2023 05:13:16 +0000 x86_64 GNU/Linux
This is an issue regarding the project itself (instead of linking, packaging, anti-virus, etc.)
Configuration
I am using KeePassXC with git through zsh shell. I have set the git configuration to use 'keepassxc' as the credential helper.
Logs
Here is the error I get when I attempt to call git-credential-keepassxc:
> git-credential-keepassxc caller me
Jul 16 07:03:06.065 ERRO /usr/bin/zsh (uid=1000, gid=1000) is not allowed to call git-credential-keepassxc, Caused by: N/A
Description
I'm encountering an issue with KeePassXC integration with git. Whenever I attempt to use git commands that require authentication, I receive the error "ERRO /usr/bin/zsh (uid=1000, gid=1000) is not allowed to call git-credential-keepassxc, Caused by: N/A". This issue occurs when I use command line git in zsh, but does not happen with GUI-based Git clients like GitHub Desktop and the built-in Git in Jetbrains products.
Environment
keepassxc --versionoutput:KeePassXC 2.7.5git-credential-keepassxc --versionoutput:git-credential-keepassxc 0.13.0 (strict-caller, notification, encryption, yubikey)Checklist
Configuration
I am using KeePassXC with git through zsh shell. I have set the git configuration to use 'keepassxc' as the credential helper.
Logs
Here is the error I get when I attempt to call git-credential-keepassxc: