【发布时间】:2021-09-12 08:17:53
【问题描述】:
我尝试在我的 Mac 中使用 brew install libimobiledevice 安装 libimobiledevice,但我给出了操作不允许的错误并且权限被拒绝。我是管理员。
cp: utimes: /usr/local/Cellar/openssl@1.1/.: Operation not permitted
【问题讨论】:
标签: macos homebrew libimobiledevice
我尝试在我的 Mac 中使用 brew install libimobiledevice 安装 libimobiledevice,但我给出了操作不允许的错误并且权限被拒绝。我是管理员。
cp: utimes: /usr/local/Cellar/openssl@1.1/.: Operation not permitted
【问题讨论】:
标签: macos homebrew libimobiledevice
你试过用--HEAD安装它
brew install --HEAD libimobiledevice -g
【讨论】: