LoginSignup
1
0

More than 1 year has passed since last update.

carthage で "API rate limit exceeded ~ " と表示された場合の対処法

Posted at

問題

Carthageでライブラリをチェックアウトするタイミングで、

*** Skipped downloading SnapKit binary due to the error:
    "API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"

このようにAPI制限された場合の対処法。

環境

$ carthage version
0.38.0

対処法

~/.zshrc などに Github Access Token を追加する。

export GITHUB_ACCESS_TOKEN="xxx" carthage checkout

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0