1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Disable SSH clone feature for now is not stable enough for release

This commit is contained in:
2026-01-06 14:47:14 +01:00
parent 7b7914e717
commit ba7e5b5876
2 changed files with 18 additions and 19 deletions

View File

@@ -19,8 +19,7 @@ Export gpg private keys in order to decrypt passwords:
gpg --output keys.gpg --export-secret-keys <key>
```
If your password store is already hosted in a Git repository, you can clone your password store directly from the app.
Otherwise, follow these steps to export it to a ZIP file for importing.
If your password store is already hosted in a Git repository with HTTP (SSH is not supported yet), you can clone your password store directly from the app. Otherwise, follow these steps to export it as a ZIP file for importing.
Export passwords to a ZIP archive, assuming they reside in the *.password-store* folder:
```