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
Many thanks for your work on age and passage. I recently switched to both from gpg and pass. Key management is much easier with age! :)
Instead of putting .passage/store/ into a git repository, I track the whole .passage dir (identities are stored on a yubikey). The git subcommand does not recognize that the passage dir is a repository.
I narrowed it down to line 33 in password-store.sh:
This test somehow fails (and resets the variable to "") even though executing this test manually results in the correct true result. I do not understand why this test does not detect correctly that the .passage dir is a git repository in the script but executing it manually gives the correct result.
The GIT_CEILING_DIRECTORIES seems to be correctly set to the home directory.
Can somebody help me out here?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hello,
Many thanks for your work on
age
andpassage
. I recently switched to both fromgpg
andpass
. Key management is much easier with age! :)Instead of putting
.passage/store/
into a git repository, I track the whole.passage
dir (identities are stored on a yubikey). The git subcommand does not recognize that the passage dir is a repository.I narrowed it down to line 33 in password-store.sh:
This test somehow fails (and resets the variable to
""
) even though executing this test manually results in the correcttrue
result. I do not understand why this test does not detect correctly that the.passage
dir is a git repository in the script but executing it manually gives the correct result.The
GIT_CEILING_DIRECTORIES
seems to be correctly set to the home directory.Can somebody help me out here?
Thanks for your help!
The text was updated successfully, but these errors were encountered: