Your command looks fine... not sure what's going wrong there, but when I do the same thing on my end, it works perfectly.
----- steve@neith ~ $ mkdir .password-store/test steve@neith ~ $ git -C .password-store/test init Initialized empty Git repository in /home/steve/.password-store/test/.git/ steve@neith ~ $ pass git -C test status On branch master Initial commit nothing to commit (create/copy files and use "git add" to track) steve@neith ~ $ pass --version ============================================ = pass: the standard unix password manager = = = = v1.7.1 = = = = Jason A. Donenfeld = = [email protected] = = = = http://www.passwordstore.org/ = ============================================ ----- Cheers, Steve On Tue, 7 Nov 2017 at 21:51 Philippe Beaumont <[email protected]> wrote: > Le 07/11/2017 à 01:14, Steve Gilberd a écrit : > > I can confirm that 'pass git -C' works just fine here (pass v1.7.1). > > > > Can you give me the command you do to get -C working ? > > When I try it : it don't work : > > [philippe@nomade ~]$ git -C .password-store/test/ pull > Déjà à jour. > [philippe@nomade ~]$ LC_ALL=C git -C .password-store/test/ pull > Already up-to-date. > [philippe@nomade ~]$ pass git -C test pull > Error: the password store is not a git repository. Try "pass git init". > [philippe@nomade ~]$ pass version > ============================================ > = pass: the standard unix password manager = > = = > = v1.7.1 = > = = > = Jason A. Donenfeld = > = [email protected] = > = = > = http://www.passwordstore.org/ = > ============================================ > > > Philippe > -- Cheers, *Steve Gilberd* Erayd LTD *·* Consultant *Phone: +64 4 974-4229 **·** Mob: +64 27 565-3237* *PO Box 10019 The Terrace, Wellington 6143, NZ*
_______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
