首页 > 技术文章 > 解决brew报错:Another active Homebrew update process is already in progress

dfsxh 2019-04-02 09:32 原文

在mac终端下执行:brew install glew
结果报错:

Error: Another active Homebrew update process is already in progress.
Please wait for it to finish or terminate it to continue.
1
2
解决方法:rm -rf /usr/local/var/homebrew/locks

推荐阅读