From c454cb910c868477e397f5cb21dc634427153a39 Mon Sep 17 00:00:00 2001 From: "Deavon M. McCaffery" Date: Mon, 30 Nov 2015 05:42:30 -0800 Subject: [PATCH] fix(git): set the credential helper to osx keychain on darwin --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 383b152..d8a994a 100755 --- a/install +++ b/install @@ -60,6 +60,8 @@ if [ "$(uname)" == "Darwin" ]; then done LOCAL_PREFIX=$(brew --prefix) + + git config --system credential.helper osxkeychain fi gitpromptname=git-prompt.sh