当我尝试启动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))我得到一个错误。
如果你能在这个问题上提供帮助,我将非常高兴。
发布于 2020-10-10 18:54:27
您使用的是Windows吗?
如果是,请打开Gemfile.lock文件并将sqlite3 (1.4.2-x86-mingw32)替换为sqlite3 (1.4.2),然后再次捆绑安装
https://stackoverflow.com/questions/64292328
复制相似问题