Add different private taps from multiple remotes #6257
Unanswered
Paulchen5
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
https://docs.brew.sh/Manpage#tap-options-userrepo-url takes a URL parameter too. Since brew is mostly using git for taps you can just do: brew tap some/tap git@gitlab.com:user/homebrew-tap.git
brew tap enterprise/tap git@enterprise.github.com:company/homebrew-tap.git
brew tap my/tap git@github.com:me/homebrew-tap.git |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
How can I add multiple taps which are on different remote servers? I have seen that I can set a HOMEBREW_GITHUB_API_TOKEN enviroment variable to get access to private repositories on a server. but whta is about if there are mutlple servers e.g. public github.com and github enterprise server?
Beta Was this translation helpful? Give feedback.
All reactions