如果在 Gemfile 里使用淘宝镜像会导致 git push heroku master 出错,建议只在 gem sources 里使用,用 gem install somegem 安装后在某 app 里使用 bundle --local 安装
git push heroku master
gem sources
gem install somegem
bundle --local
一般要放在国外服务器的话,我都会把 Gemfile 里面修改为原地址。