This repository was archived by the owner on Oct 15, 2024. It is now read-only.
-
|
after my laptop crashed i setup pass on a new laptop but I am not able to create new entries in pass. i can only read. when i tried to generate a new entry i got: gpg -k I assume my id is my email so I did: and now i see: |
Beta Was this translation helpful? Give feedback.
Answered by
msfjarvis
Dec 18, 2020
Replies: 1 comment
-
|
Please directly open a discussion for things that are not directly about APS. You're seeing this because your key is not trusted, and you need to do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msfjarvis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please directly open a discussion for things that are not directly about APS.
You're seeing this because your key is not trusted, and you need to do
gpg --edit-key <key id>, followed by typingtrustand5to ultimately trust it.