以下是键入rake db:setup时出现的错误
git://github.com/leftbee/em-postgresql-adapter.git (at master) is not checked out. Please run `bundle install`因此,我尝试运行bundle install,但之后仍然收到此错误。我正在关注这篇入门文章
https://github.com/djones/grape-goliath-example发布于 2013-02-14 02:55:18
请尝试使用bundle exec rake db:setup。
https://stackoverflow.com/questions/14664382
复制相似问题