# 1. 编辑配置文件 vim ~/.bash_profile # 2. 文件内新增一行 export HOMEBREW_NO_AUTO_UPDATE=true # 3. 重新加载配置文件 source ~/.bash_profile