重要提示:请记住定期使用包含的可执行文件“certifed-update”,以使您的证书包保持最新

IMPORTANT: Remember to use the included executable `certifed-update` regularly to keep your certificate bundle up to date

$ gem install bundler

给我(在成功安装结束时):

Post-install message from certified:
IMPORTANT: Remember to use the included executable `certifed-update` regularly to keep your certificate bundle up to date.

我不明白我将如何记住让这个可执行文件无限期地保持最新。有什么建议吗?

您似乎正在使用 this gem,并且它在 gem install bundler 之后以某种方式变得 运行。尝试通过 gem uninstall certified 和 re运行 gem install bundler.

删除它

消息中有错别字:certifed-update 不存在,它是 certified-update(请注意缺少 "i")。很奇怪,这个错字是最新的gem代码中的fixed(也许作者忘记发布新版本了,谁知道呢)

您可以运行手动使用此工具:

bundle exec certified-update

产生这条消息:

Updating ca-bundle from https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt Certificate bundle updated. Remember to do this regularly!

为了记住更新证书,您可以在您的日历中配置定期提醒,或者您可以设置一个 cron 作业或类似的作业以使其自动生成 ;-)