网上说的方法不正确
网上说的是通过修改 ./~
ben:~ ssl$ brew search mariadb
mariadb
Error: GitHub API rate limit exceeded for 125.94.38.47. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Try again in 54 minutes 46 seconds, or create an personal access token:
https://github.com/settings/tokens
and then set the token as: HOMEBREW_GITHUB_API_TOKEN
正确的命令
export HOMEBREW_GITHUB_API_TOKEN=XXXXXXXXXX
相关链接
homebrew 中文官网:http://brew.sh/index_zh-cn.html (by default.fu@foxmail.com)

本文介绍了一种常见的Homebrew安装MariaDB时遇到的GitHub API速率限制错误,并提供了正确的命令来解决这个问题。
1063

被折叠的 条评论
为什么被折叠?



