The new short answer is yes: has been merged into brew any-tap so any repository, including private GitHub ones should now be supported.brew tap
restricts users to GitHub and checks for private repos. I createdbrew tapto support a wider variety of taps.brew any-tapWith very small changes (and no extra flags!), this PR brings
to brew.any-tapUsers can use brew tap with GitHub as they always have or add one extra argument and tap any repository of any type from anywhere.
tl;dr
brew tap user/name # Same as it ever wasbrew tap user/name URL # Tap URL, whatever it happens to be