जब मैं घर काढ़ा वेबसाइट पर कमांड चलाता हूं,
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
मुझे मिला:
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
==> The following directories will be made group writable:
/usr/local/.
==> The following directories will have their owner set to 17oei:
/usr/local/.
==> The following directories will have their group set to admin:
/usr/local/.
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/.
chmod: Unable to change file mode on /usr/local/.: Operation not permitted
Failed during: /usr/bin/sudo /bin/chmod g+rwx /usr/local/.
हालाँकि, मुझे इसका कोई कारण नहीं दिखता, क्योंकि मैं अपने कंप्यूटर पर एक व्यवस्थापक हूं।
हां, यह पासवर्ड मांगता है (और मैंने इसे टाइप किया है)। / usr / स्थानीय है
—
Reed Oei
drwxr-xr-x 5 root wheel 170 Aug 20 2015
क्या आप वाकई El Capitan नहीं चल रहे हैं? इसके अलावा, क्या आप एक व्यवस्थापक उपयोगकर्ता के रूप में लॉग इन हैं? दौड़ने से क्या होता है
—
nohillside
sudo /bin/chmod g+rwx /usr/local
सीधे टर्मिनल में?
हां, मुझे पूरा यकीन है, जब मैं "इस मैक के बारे में" स्क्रीन को देखता हूं, तो यह कहता है: ओएस एक्स योसेमाइट: 10.10.3। यदि मैं उसे चलाता हूं (एक व्यवस्थापक उपयोगकर्ता के रूप में लॉग इन किया गया है), तो मुझे वही त्रुटि मिलती है:
—
Reed Oei
chmod: Unable to change file mode on /usr/local: Operation not permitted
एल कैपिटन को वैसे भी कोई फर्क नहीं पड़ता, क्योंकि SIP प्रोटेक्ट / usr / लोकल / (c.f.) नहीं करता है। support.apple.com/en-us/HT204899 )
—
Jay Thompson
ls -la
पर / usr और हमें बताओ क्या विशेषताएँ / usr / स्थानीय फ़ोल्डर है?