GitHub Pages + Jekyll搭建博客遇到的坑(不定时更新)
作者:互联网
1、更改RubyGems为国内镜像源
为了更快的从rubygems上下载东西,把原地址https://rubygems.org/改为国内镜像网址:https://gems.ruby-china.com/
gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
标签:gems,GitHub,rubygems,Jekyll,china,https,org,ruby,Pages 来源: https://blog.csdn.net/qq_39918677/article/details/120274421