gem install cocoapods ERROR: While executing gem ... (Gem::FilePermissionError)

在cocoapods 执行

 sudo gem install cocoapods

的时候出现  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /usr/bin directory.

改为 sudo gem install -n /usr/local/bin cocoapods  即可

posted @ 2018-09-08 11:08  huangyan1022  阅读(1552)  评论(0编辑  收藏  举报