Gopass: Gopass doesn't syncing with repository

Created on 11 Mar 2019  路  4Comments  路  Source: gopasspw/gopass

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

Most helpful comment

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dominikschulz picture dominikschulz  路  5Comments

dragetd picture dragetd  路  3Comments

Brixy picture Brixy  路  7Comments

petobens picture petobens  路  5Comments

worldofpeace picture worldofpeace  路  4Comments