generator-swift-framework icon indicating copy to clipboard operation
generator-swift-framework copied to clipboard

GitHub API request failed: API rate limit exceeded for A.B.C.D

Open cybertk opened this issue 10 years ago • 4 comments
trafficstars

make deps failed on Travis CI with

GitHub API request failed: API rate limit exceeded for 208.78.110.199. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

See https://travis-ci.org/cybertk/CKPickerView#L133

cybertk avatar Sep 10 '15 17:09 cybertk

See https://developer.github.com/v3/#rate-limiting

cybertk avatar Sep 10 '15 17:09 cybertk

--use-ssh will get a higher rate limit

[--use-ssh]
    use SSH for downloading GitHub repositories

cybertk avatar Sep 10 '15 17:09 cybertk

--use-ssh seems does not work

cybertk avatar Sep 14 '15 03:09 cybertk

See https://github.com/Carthage/Carthage/pull/605, Carthage fix this by introducing GITHUB_ACCESS_TOKEN environment var.

cybertk avatar Sep 14 '15 03:09 cybertk