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 [email protected]
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.'[email protected]:'.insteadOf https://github.com/
If applied correctly your ~/.gitconfig
file should look similar to this:
[user]
name = YOUR NAME
#
# Other configuration settings...
#
[url "[email protected]:"]
insteadOf = https://github.com/