Ripasso claims (incorrectly) there are passwords not in version control
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.
6 条评论