-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Doctor xcode only message #19996
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
Closed
Closed
Doctor xcode only message #19996
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When Command Line Tools are not installed but a full Xcode installation is present and selected, `brew doctor` will now display an informational message confirming that this is a supported configuration. This addresses your feedback requesting that Homebrew highlight that Xcode alone is sufficient for developer tools, without requiring a separate Command Line Tools installation. The underlying logic already supported this, and this change improves your experience by making it more explicit.
Modified `brew doctor`'s `check_brew_git_origin` diagnostic to only issue a warning if the remote origin URL for the Homebrew repository is missing entirely. Previously, it would also warn if the remote URL was present but differed from the official `Homebrew::EnvConfig.brew_git_remote` (i.e., https://github.com/Homebrew/brew). This change removes that warning to better accommodate you if you intentionally use a fork or a different remote for your main Homebrew installation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
brew stylewith your changes locally?brew typecheckwith your changes locally?brew testswith your changes locally?