Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
288aff53
Unverified
Commit
288aff53
authored
8 years ago
by
Dominyk Tiller
Browse files
Options
Downloads
Patches
Plain Diff
diagnostic: adopt more certain tone
Closes #481. Signed-off-by:
Dominyk Tiller
<
dominyktiller@gmail.com
>
parent
1022bcff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Library/Homebrew/diagnostic.rb
+11
-11
11 additions, 11 deletions
Library/Homebrew/diagnostic.rb
with
11 additions
and
11 deletions
Library/Homebrew/diagnostic.rb
+
11
−
11
View file @
288aff53
...
...
@@ -312,7 +312,7 @@ module Homebrew
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should
probably
`sudo chown -R $(whoami)` them:
You should `sudo chown -R $(whoami)` them:
EOS
end
...
...
@@ -330,7 +330,7 @@ module Homebrew
<<-
EOS
.
undent
#{
HOMEBREW_REPOSITORY
}
is not writable.
You should
probably
change the ownership and permissions of
#{
HOMEBREW_REPOSITORY
}
You should change the ownership and permissions of
#{
HOMEBREW_REPOSITORY
}
back to your user account.
sudo chown -R $(whoami)
#{
HOMEBREW_REPOSITORY
}
EOS
...
...
@@ -348,8 +348,8 @@ module Homebrew
"InstantOn" component of Airfoil or running Cocktail cleanup/optimizations
are known to do this as well.
You should
probably
change the ownership and permissions of /usr/local
back to
your user account.
You should change the ownership and permissions of /usr/local
back to
your user account.
sudo chown -R $(whoami) /usr/local
EOS
end
...
...
@@ -377,8 +377,8 @@ module Homebrew
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should
probably
change the ownership and permissions of
#{
dir
}
back to
your user account.
You should change the ownership and permissions of
#{
dir
}
back to
your user account.
sudo chown -R $(whoami)
#{
dir
}
EOS
end
...
...
@@ -394,7 +394,7 @@ module Homebrew
by Homebrew. If you install a formula with Python modules, the install
will fail during the link step.
You should
probably
change the ownership and permissions of
#{
Language
::
Python
.
homebrew_site_packages
}
You should change the ownership and permissions of
#{
Language
::
Python
.
homebrew_site_packages
}
back to your user account.
sudo chown -R $(whoami)
#{
Language
::
Python
.
homebrew_site_packages
}
EOS
...
...
@@ -408,7 +408,7 @@ module Homebrew
#{
HOMEBREW_LOGS
}
isn't writable.
Homebrew writes debugging logs to this location.
You should
probably
change the ownership and permissions of
#{
HOMEBREW_LOGS
}
You should change the ownership and permissions of
#{
HOMEBREW_LOGS
}
back to your user account.
sudo chown -R $(whoami)
#{
HOMEBREW_LOGS
}
EOS
...
...
@@ -423,7 +423,7 @@ module Homebrew
This can happen if you run `brew install` or `brew fetch` as another user.
Homebrew caches downloaded files to this location.
You should
probably
change the ownership and permissions of
#{
HOMEBREW_CACHE
}
You should change the ownership and permissions of
#{
HOMEBREW_CACHE
}
back to your user account.
sudo chown -R $(whoami)
#{
HOMEBREW_CACHE
}
EOS
...
...
@@ -436,7 +436,7 @@ module Homebrew
<<-
EOS
.
undent
#{
HOMEBREW_CELLAR
}
isn't writable.
You should
probably
change the ownership and permissions of
#{
HOMEBREW_CELLAR
}
You should change the ownership and permissions of
#{
HOMEBREW_CELLAR
}
back to your user account.
sudo chown -R $(whoami)
#{
HOMEBREW_CELLAR
}
EOS
...
...
@@ -450,7 +450,7 @@ module Homebrew
<<-
EOS
.
undent
#{
opt
}
isn't writable.
You should
probably
change the ownership and permissions of
#{
opt
}
You should change the ownership and permissions of
#{
opt
}
back to your user account.
sudo chown -R $(whoami)
#{
opt
}
EOS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment