HEAD no longer resolves to the main branch #15673
Unanswered
SMillerDev
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 2 comments 4 replies
-
|
This also breaks github.dev. If you try to open it from the main branch it tries to resolve HEAD and closes after getting a 404 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I found the culprit (look no further) and I'm working on a fix right now. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Homebrew uses the HEAD alias in the install URL, but that appears to have stopped working. Was this intentional?
E.g. https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh was returning the same as https://raw.githubusercontent.com/Homebrew/install/master/install.sh until recently.
Beta Was this translation helpful? Give feedback.
All reactions