Searching pull requests... Error: GitHub API rate limit exceeded for XX.XX.XX.XX (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 11 seconds, or create an API token: https://github.com/settings/applications and then set HOMEBREW_GITHUB_API_TOKEN.
なんてエラーが出た時の対処法
https://github.com/settings/applications
にアクセスして、Personal access tokensからアクセストークンを生成します。
変数にセットします。
sudo vim ~/.bash_profile export HOMEBREW_GITHUB_API_TOKEN=************************ source ~/.bash_profile