-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git commit message fails #451
Comments
Actually I've encountered the same bug already. It probably an communication issue with the GPG agent needed to sign the git commit. We need to look into GPG agent initialization. A first hunch would be to set |
In my tests on linux setting |
Fixes gopasspw#448 Fixes gopasspw#451
Fixes gopasspw#448 Fixes gopasspw#451
Hi @dominikschulz, I see your commit and thank you for efforts to correct this. Are you saying I need to add something like the following in my shell's profile or export on the cli for this to work?
If so, doing that with the latest build of gopass still results in a failure on both Linux and openbsd. |
Hmm, my commit fixed the init behavior for me. I'm sorry to hear that it doesn't work for you. You should definitely set But if that doesn't fix the issue for you, I don't know how to debug this from my side. If you can provide any more information we can try to narrow it down. |
Setting
Does gopass have some debug logging that can be enabled to see where this is failing? |
You can set |
Hi @dominikschulz, I think I've got it solved!!
And once you tipped me off on git+gpg failure, I knew the problem and how to solve it: I just need a symbolic link from gpg2 to gpg on openBSD. |
Thanks for reporting back on this. I think this is a case we might be able to fix when we setup the per-store git repo. We detect the path to the gpg binary anyway so we should check if we can properly configure the git repo as well. |
In my case the issue was something else. I had to globally configure the key to use for signing with git.
|
Fixes gopasspw#448 Fixes gopasspw#451
Hi,
I would like to try
gopass
for saving passwords; however, it seems there's some problem with the git report thatgopass
creates. I'm usinggopass
from master.Here's the error when attempting to add a password:
Here's the full transaction of creating the gopass repo:
The text was updated successfully, but these errors were encountered: