I've installed gopass on Ubuntu 18.04 host, everything is working fine except one thing.
When I run syncing command:
$ gopass sync
Sync starting ...
[<root>]
WARNING: Mount uses RCS backend 'noop'. Not syncing!
All done
I didn't encountere such problem on Mac OS
Update:
When I'm creating/inserting password, it didn't add gpg file to repository, just put that file in ~/.password-store
I think you need to set gitcli as the syncing backend.
If you type gopass config and check the path, I think it should say noop there, replace it with gitcli.
In linux the config is located in ~/.config/gopass/config.yml.
Thanks
That is exactly what I needed
How to set path using gopass config command, every time I use gopass config path .... I get an error:
Error setting config value
That's fixed in master, but not yet part of any release.
Most helpful comment
I think you need to set
gitclias the syncing backend.If you type
gopass configand check thepath, I think it should saynoopthere, replace it withgitcli.In linux the config is located in
~/.config/gopass/config.yml.