This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Description
As of version 1.8.0, I have been unable to perform any git operations with my password store. The application returns the following error whenever a pull/push/synchronize request is made:

As is visible in the screenshot, I believe the issue to be that there is a missing '/' in the path to the git repos. It should be xerver@192.168.0.128:/home/xerver/git/password-store.git instead of xerver@192.168.0.128:home/xerver/git/password-store.git. I am able to directly push and pull to the repo from termux and the legacy password-store app on the playstore so it likely isn't an issue with the repo itself.