나는 홈브류를 훌륭하게 작동 시키려고 노력했지만 내부의 모든 것이 /usr/local
쓰기 가능하지 않으며 모든 것이 넘어집니다.
그것은 재귀 적으로 나에게 계속 말하고 chown
/usr/local
, 나는 그것을 시도했다. 작업이 거부되었으므로 sudo'd. 그것은 작동하는 것처럼 보였지만, 들리는 엉뚱한 침묵으로 유닉스에서는 공손한 것으로 간주됩니다. 불행히도, 모든 후속 시도 brew update
는 동일한 오류 메시지 를 충족시킵니다.
명령을 다시 실행했으며 -v
내부에 아무것도 허용되지 않는 것으로 보입니다.
대답은 아마 "UNIX를 배우는 것"일뿐입니다. 루비에 대한 튜토리얼을 위해 여기에 몇 가지 작업 요구 사항을 따르려고 노력하고 있습니다.
brew doctor
:
Warning: /usr/local/Frameworks isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/Frameworks
Warning: /usr/local/Cellar isn't writable.
You should `chown` /usr/local/Cellar
Warning: /usr/local/etc isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/etc
Warning: /usr/local/include isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/include
Warning: /usr/local/lib isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/lib
Warning: /usr/local/lib/pkgconfig isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/lib/pkgconfig
Warning: /usr/local/opt isn't writable.
You should `chown` /usr/local/opt
Warning: /usr/local/share isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/share
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
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 `chown` them:
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man3
/usr/local/share/man/man5
/usr/local/share/man/man7
/usr/local/share/man/man8
Warning: /usr/local/var isn't writable.
This can happen if you "sudo make install" software that isn't managed by
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably `chown` /usr/local/var
brew doctor
당신에게 유용한 아무것도 말하지? 출력을 여기에 게시하십시오.