我已经看过一百万次了,但是这次我通常的修复和 stackoverflow 建议不起作用。
当我运行 bundle install
时,它在 pg 处失败:
An error occurred while installing pg (1.2.3), and Bundler cannot
continue.
过去,我通过在再次运行 gem install bundler
之前先运行 bundle install
解决了这个问题。这一次,运气不好。有什么建议么?
我已经看过一百万次了,但是这次我通常的修复和 stackoverflow 建议不起作用。
当我运行 bundle install
时,它在 pg 处失败:
An error occurred while installing pg (1.2.3), and Bundler cannot
continue.
过去,我通过在再次运行 gem install bundler
之前先运行 bundle install
解决了这个问题。这一次,运气不好。有什么建议么?
当然,在我发布此内容的那一刻,我找到了另一个 stackoverflow 问题的解决方案。
这成功了: