问题:pg版本不对。
错误信息,在中间:
remote: Caused by:
remote: Gem::LoadError: can't activate pg (~> 0.18), already activated pg-1.0.0. Make sure all dependencies are added to Gemfile.
改正:
Gemfile里面的 gem 'pg'
更改为 gem 'pg', '~> 0.18'
然后
bundle install
git add .
git commit -m"~"
重新push。
还有push完后的网址是倒数第二个。不是git.开头的那个。
网友评论