我的 Homebrew 能正常工作吗?您是否收到有关 "brewland" 的消息?

Does my Homebrew work properly? Do you receive the message about "brewland"?

当我使用命令“brew doctor”时,它显示 "Your system is ready to brew." 但是,然后我使用另一个命令“brew update”,它开始更新。 "You haven't updated for at least 24 hours. This is a long time in brewland" 这个短语呢?

为什么我没有收到这条消息?这是否意味着“brew doctor”无法正常工作?除了缺少消息外,一切似乎都正常。

当你 brew update 时,它​​只是设置了一个发生时间的时间戳。如果您然后 运行 brew doctor 并且时间戳与当前时间的比较大于 24 小时,那么它会给您消息

you haven't updated for at least 24 hours.

Brew 不会在后台检查您安装的软件包是否有更新,您只需要时不时地 运行 brew update