วิธีการซ่อมแซมการอนุญาต Homebrew หลังจากติดตั้งเป็นรูท


10

ฉันวิ่งก่อเป็นรูทตอนนี้มันหมดอายุแล้ว ไม่มีการอัปเดตอีกต่อไป จะแก้ไขอย่างไร

$ brew update && brew upgrade
error: Unable to append to .git/logs/HEAD: Permission denied
error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
Error: Failed to update tap: caskroom/cask

$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

Warning: Your XQuartz (2.7.4) is outdated
Please install XQuartz 2.7.7:
  https://xquartz.macosforge.org

การชงกาแฟเนื่องจากรูตกำลังขอปัญหา อย่าทำมัน!

คำตอบ:


23

รีเซ็ตสิทธิ์ของ / usr / local และแคชของ Homebrew เป็นผู้ใช้ปัจจุบัน:

sudo chown -R $USER:admin /usr/local /Library/Caches/Homebrew

1
คุณอาจต้องการ ~ / Library / Logs / Homebrew
Sam Brightman

0

กรณีที่เลวร้ายที่สุดเพียงติดตั้ง Homebrew มันช่วยในกรณีของฉัน:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

ก่อนที่จะติดตั้งโฮมบรูว์ฉันต้องถอนการติดตั้ง "เสีย" ก่อน!
klanomath
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.