update-bash: don't prompt for passwords.
We execute too many `git fetch` at once for this to be useful. Just let them fail instead and make it up to users to setup username/password caching or SSH agents.
This commit is contained in:
parent
0322d9bd82
commit
9d6a1a693e
@ -303,6 +303,9 @@ EOS
|
||||
odie "Git must be installed and in your PATH!"
|
||||
fi
|
||||
fi
|
||||
export GIT_TERMINAL_PROMPT="0"
|
||||
export GIT_ASKPASS="false"
|
||||
export GIT_SSH_COMMAND="ssh -oBatchMode=yes"
|
||||
|
||||
if [[ -z "$HOMEBREW_VERBOSE" ]]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user