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

[BUG] Git cloning over ssh uses the wrong repo path #789

@Arax20

Description

@Arax20

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:
image
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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions