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 am trying to convert my old git-crypt keys into new ones.
When I run "git-crypt unlock ../gpg-keys" it responds with Error: ../gpg-keys: not a valid git-crypt key file. If this key was created prior to git-crypt 0.4, you need to migrate it
When I run git-crypt migrate-key /path/to/old_key /path/to/migrated_key it says: not a valid legacy git-crypt key file.
I pretty urgently need to decrypt these files. Can anyone advise