Skip to content

Commit

Permalink
fix(git): set the credential helper to osx keychain on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon M. McCaffery committed Aug 19, 2016
1 parent a742941 commit c454cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ if [ "$(uname)" == "Darwin" ]; then
done

LOCAL_PREFIX=$(brew --prefix)

git config --system credential.helper osxkeychain
fi

gitpromptname=git-prompt.sh
Expand Down

0 comments on commit c454cb9

Please sign in to comment.