Skip to content

healthify/homebrew-stale-brews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-stale-brews

Using this Tap

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

Tapping via SSH

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/

Additional Reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages