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
Currently killperson will abort if it finds multiple keys in a git-secret repo that match a given email. See #633 for details about keys matching emails.
There's a case where users can tell the same email with different keys, and it puts the git-secret keychain in a state it cannot recover from by itself.
Because of the issues mentioned in #268, I think killperson should get a new -F option, which specifically will allow removing keys from the git-secret keychain even if there are multiple keys for a given email.
The text was updated successfully, but these errors were encountered:
Currently
killperson
will abort if it finds multiple keys in agit-secret repo
that match a given email. See #633 for details about keys matching emails.There's a case where users can
tell
the same email with different keys, and it puts the git-secret keychain in a state it cannot recover from by itself.Because of the issues mentioned in #268, I think
killperson
should get a new -F option, which specifically will allow removing keys from the git-secret keychain even if there are multiple keys for a given email.The text was updated successfully, but these errors were encountered: