关于解决mac 系统 内核保护(user/bin)的 operation not permitted

因为macos 11加入了rootless机制 导致无法随心所欲地装各种软件到不同目录下了,比如 装fastlane的时候

sudo gem install fastlane

会出现 operation not permitted ,解决方法是 重启电脑 按住Command+R 进入恢复模式,打开terminal

csrutil disable

若要恢复打开 则csrutil enable

想了解更多 请搜索csrutil 命令!


图片发自App

你可能感兴趣的:(关于解决mac 系统 内核保护(user/bin)的 operation not permitted)