From e6b540224d9865d44a897923e786c5d945663529 Mon Sep 17 00:00:00 2001 From: "Toerd@iArch" Date: Sat, 24 Nov 2018 14:20:35 +0100 Subject: [PATCH] cred config for git global --- fresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index 16f4997..39e939f 100755 --- a/fresh.sh +++ b/fresh.sh @@ -207,7 +207,7 @@ set_pacman_config() { set_git_config() { git config --global user.email=philip.gaber@gmail.com git config --global user.name=Toerd@$(hostname) - git config credential.useHttpPath true + git config --global credential.useHttpPath true git config --global credential.helper /usr/bin/pass-git-helper }