【发布时间】:2020-10-10 10:16:42
【问题描述】:
当我尝试启动 Rails 服务器时,我收到类似 Could not find gem 'sqlite3 (~> 1.4) x64-mingw32' in any of the gem sources listed in your Gemfile. 的错误。
稍后当我做bundle install 或gem install sqlite3 时
error: mingw32: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" not recognized
error: cannot remotely look at key "4A6129F4E4B84AE46ED7F635628F528CF3053E04"
error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))
我收到一个错误。
如果你能在这个问题上提供帮助,我会很高兴。
【问题讨论】:
标签: ruby-on-rails ruby sqlite3-ruby