cybertk / generator-swift-framework

Scaffolds out a Xcode Embedded Framework project with Swift 2
35 stars 3 forks source link

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

Open cybertk opened 9 years ago

cybertk commented 9 years ago

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 commented 9 years ago

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

cybertk commented 9 years ago

--use-ssh will get a higher rate limit

[--use-ssh]
    use SSH for downloading GitHub repositories
cybertk commented 9 years ago

--use-ssh seems does not work

cybertk commented 9 years ago

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