每次bundle install都要等很久或者卡住不动,可以检查下Gemfile文件,更改一下Ruby源为国内镜像即可
# source 'https://rubygems.org'
source 'https://gems.ruby-china.com'
(发现网上说的ruby淘宝源https://ruby.taobao.org已经不能用了,直接更换为https://gems.ruby-china.com即可)
每次bundle install都要等很久或者卡住不动,可以检查下Gemfile文件,更改一下Ruby源为国内镜像即可
# source 'https://rubygems.org'
source 'https://gems.ruby-china.com'
(发现网上说的ruby淘宝源https://ruby.taobao.org已经不能用了,直接更换为https://gems.ruby-china.com即可)