मैं अच्छी तरह से काम कर रहा homebrew पाने के लिए कोशिश कर रहा है, लेकिन ऐसा लगता है कि सब कुछ अंदर /usr/local
नहीं है, और सब कुछ खत्म हो जाता है।
यह मुझे पुनरावृत्ति करने के लिए कहता रहता है chown
/usr/local
, और मैंने यह कोशिश की। ऑपरेशन से इनकार कर दिया, तो मैं इसे sudo'd। यह काम करने के लिए लग रहा था, लेकिन एक भयानक चुप्पी के साथ जो मैंने सुना है वह यूनिक्स में विनम्र माना जाता है। दुर्भाग्य से, कोई भी सफल प्रयास brew update
त्रुटियों के एक ही कैकोफोनी के साथ मिलते हैं।
मैं कमांड को फिर से चलाता हूं -v
और ऐसा लगता है कि ऑपरेशन को किसी भी चीज के लिए अनुमति नहीं है।
जितना उत्तर शायद "यूनिक्स सीखें" है, मैं रूबी पर एक ट्यूटोरियल के लिए यहां कुछ नौकरी की आवश्यकताओं का पालन करने की कोशिश कर रहा हूं, इसलिए यह कुछ कदम ऊपर है जहां मैं वर्तमान में हूं।
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
आप कुछ भी उपयोगी बता सकते हैं? यहां आउटपुट पोस्ट करें।