-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command-line user is given to tap a cask does not work #1146
Comments
Is this a case of using a repository intended for use with current day homebrew? (It would be expected to fail if work at all. Platform support aside, the syntax has changed for certain things & there are new additions to methods for use in formulas) |
I have no idea what repository is being described by |
Maybe, I've not done much archaeology here. |
While I'm very interested in the source of those diff updates which get reported, I don't know any way to investigate them. Delving into the mysteries of nested (or maybe "chained" is more accurate?) Git commands is rather solidly beyond me at this point. If neither Sevan nor Misty has any insight, please feel free to mark this closed (or tell me to, if I'm the only one who can; I don't know how that all works). |
At some point, Tigerbrew's ability to sync with an unidentified repository of casks when you
brew update
started working again. However, attempting to do anything with the formulae listed during such an update elicits a complaint that one must tap the repository first. The example command-line that is printed, which is supposed to do that very thing, does not work. First, it uses an https URL which fails because Github disabled password access years ago, and when you work out what ssh URL to use instead, you discover that there is no such repository anyway.Some digging around revealed the existence of a repository named “homebrew/homebrew-cask”, which contains subdirectories somewhat matching the structure of those reported upon during
brew update
, but even after using the long form ofbrew tap
to clone it, I could not figure out how to get Tigerbrew to see the formulae buried 3 directory levels deep within it. It's probably a moot point anyway, as every such formula I looked inside with a text editor explicitly required a far-too-modern Mac OS.This all prompts three questions:
brew update
?The text was updated successfully, but these errors were encountered: