From a865ec12257b68f8f3a9abb9889954de502df5f7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 31 Mar 2024 19:56:23 +0100 Subject: [PATCH] README: update git snippet to clone pass repo Include config option to temporarily disable credential helper, logic being if I'm closing the pass repo I don't have the pass credential helper configured to authenticate me. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2b0e7427..f491dcc5 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ #+end_src ** Clone password-store repository #+begin_src bash - git clone https://git.xenia.me.uk/pixelifytica/pass $PASSWORD_STORE_DIR + git -c credential.helper='' clone https://git.xenia.me.uk/pixelifytica/pass $PASSWORD_STORE_DIR #+end_src * Email setup ** Proton