首页
IT
登录
6mi
u
盘
搜
搜 索
IT
ERROR: While executing gem ... (Errno::EPERM)Operation not permitted ...的问题
ERROR: While executing gem ... (Errno::EPERM)Operation not permitted ...的问题
xiaoxiao
2025-08-03
15
第一种(不推荐)
mkdir -p $HOME/Software/ruby
export GEM_HOME=$HOME/Software/ruby
gem install cocoapods
export PATH=$PATH:$HOME/Sofware/ruby/bin
pod --version
第二种(推荐)
sudo gem install -n /usr/local/bin cocoapods --pre
第二种完美解决
解决后可以
gem sources -l 可以验证一下
转载请注明原文地址: https://ju.6miu.com/read-1301360.html
最新回复
(
0
)