Skip to content

Ripasso claims (incorrectly) there are passwords not in version control #384

@alfredolito

Description

@alfredolito

Ripasso won't start, but prints this error message:

user@MacBook-Pro debug % ./ripasso-cursive
The password store is backed by a git repository, but there is passwords there that's not in git. Please add them, otherwise they might get lost.

However, when doing git status in ~/.password-store, there is nothing not in version control, and the branch is in sync with origin:

user@MacBook-Pro .password-store % git status
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean
  • The PASSWORD_STORE_DIR environment variable is not set.
  • Setting PASSWORD_STORE_DIR="$HOME/.password-store/" does not help.
  • All files in ~/.password-store is owned by me, with full read and write permissions.

I compiled ripasso on latest commit (eb4ceffcb6e1f237e8ed0e24cb97b593b34b196e).
Also tried going back to a commit from october 2024 (2fe100882d77d38fab39c9911d56086c6da797a8), with same result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions