$ 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.我不知道如何无限期地保持这个可执行文件的最新更新。有什么建议吗?
发布于 2015-09-09 11:37:56
消息中有一个错误:certifed-update不存在,它是certified-update (注意缺少的"i")。奇怪的是,这个错误在最新的gem代码中是固定 (也许作者忘了发布一个新版本,谁知道)
您可以通过以下方式手动运行此工具:
bundle exec certified-update这将产生以下信息:
从更新的https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt证书包更新ca包。记住要经常这样做!
为了记住更新证书,您可以在日历中配置一个定期提醒,或者可以设置cron作业或类似的任务来自动完成;-)
发布于 2015-09-08 16:54:32
似乎您正在使用这块宝石,并且它正在以某种方式在gem install bundler之后运行。尝试通过gem uninstall certified删除它并重新运行gem install bundler。
https://stackoverflow.com/questions/32462256
复制相似问题