個人博客用的 Bundle,每次要 bundle install
可能會遇到沒法訪問的問題:shell
解決方法 Ruby China 官網有,替換一下鏡像源就能夠了:ruby
這裏記錄下個人過程,方便之後直接配置:spa
沒加 sudo 提示我須要 root 權限,因此我加了權限:code
sudo gem update --system
查看下更新的版本 2.7.7 沒問題:blog
gem -v 2.7.7
官網說的使用 Gemfile 和 Bundler 的項目直接執行如下命令便可替換鏡像,不用修改 Gemfile 文件:rem
bundle config mirror.https://rubygems.org https://gems.ruby-china.com
而後我執行 bundle install
,搞定了:get