您没有 /usr/bin 目录的写入权限。在安装 Cocoapods 时

You don't have write permissions for the /usr/bin directory. while installing Cocoapods

我正在尝试在 Mac 上使用以下命令安装 Cocoapods:

sudo gem install cocoapods

但我收到以下错误:

ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /usr/bin directory.

真的没有意义,因为我正在做的是通过 sudo 作为 root 用户。任何帮助将不胜感激!

我正在使用 gem 版本 2.7.7(截至今天最新)。

试试这个,对我有用

sudo gem install cocoapods -n /usr/local/bin

有关于 /usr/bin 为何受到保护的信息。