Warning: Error searching on GitHub: GitHub API Error: Bad credentials
HOMEBREW_GITHUB_API_TOKEN may be invalid or expired; check:
https://github.com/settings/tokens
解决方法
去以下链接生成token
https://github.com/settings/tokens
生成的token 添加到 ~/.zshrc 如果没有这个文件 ~/.bash_profile
echo $HOMEBREW_GITHUB_API_TOKEN=替换成你自己生成的token (空格) >> ~/.zshrc
评论区