To get started with using the forumals in this project, simply tap it:
brew tap healthify/stale-brews
Then, install your desired formula:
brew install elasticsearch@1.7
Homebrew, by default, uses HTTPS requests to clone Taps, requiring a username and password for private repositories. To use SSH instead, you can use git's insteadOf
configuration:
git config --global url.'git@github.com:'.insteadOf https://github.com/
If applied correctly your ~/.gitconfig
file should look similar to this:
[user]
name = YOUR NAME
#
# Other configuration settings...
#
[url "git@github.com:"]
insteadOf = https://github.com/