gem source -l # 查看当前使用的gem源 
gem source --remove https://rubygems.org/ # 移除gem源
gem source -a https://gems.ruby-china.com/ # 新增gem源
gem source -l # 查看当前使用的gem源 
gem source -u # 更新gem源

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-09-12
  • 2022-02-05
  • 2021-11-23
猜你喜欢
  • 2021-06-16
  • 2021-07-22
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-04
相关资源
相似解决方案