While executing gem … (Errno::EACCES) Permission denied @ rb_sysopen - /Us
在安装cocopods时候在网上找了很多文章都是大同小异,但是发现按照步骤一步步操作的时候还是难免出现这样那样的问题,很是蛋疼。
gem sources --remove https://rubygems.org/
gem sources --add https://gems.ruby-china.com/
特别是在进行这两步替换镜像时,在终端上总是显示error,最后找了半天才发现是**权限不够!!! **在这两条指令前面加上 sudo
sudo gem sources --remove https://rubygems.org/
sudo gem sources --add https://gems.ruby-china.com/
强制执行就可以顺利进行后续操作!