gem报错

在装Appium 的时候 需要装xcpretty 执行 gem install xcpretty报错,如下图


image.png

解决方案:

错误说明

  gem源有问题

找到了一个很好的博客

  https://blog.csdn.net/MChuajian/article/details/82016921
  因为[https://gems.ruby-china.org/](https://gems.ruby-china.org/)己经不使用了

移除无用的源

  gem source -r  地址

添加最新源

  gem sources -a https://gems.ruby-china.com

使用下面命令看一下源

 gem source -l

记得更新gem 添加之前,gem -update --system

你可能感兴趣的:(gem报错)