carthage version: 0.25.0xcodebuild -version: 9.0 9M214v--no-build? no--no-use-binaries? no--use-submodules? no--cache-builds? noCartfile
Contains sensitive information and is not relevant to the issue
Carthage Output
*** Skipped downloading Parse-SDK-iOS-OSX.framework binary due to the error:
"API rate limit exceeded for "my static ip". (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
I created a GitHub personal access token and tried setting a couple of environmental variable to it. I also tried using --use-ssh flag, but I am still getting the same warning.
I am using Carthage on OS X. Can you please guide me on how to get the restriction removed by adding my personal access token or another method
Hi @zirinisp,
Can you please guide me on how to get the restriction removed by adding my personal access
token
You can use GITHUB_ACCESS_TOKEN env:
GITHUB_ACCESS_TOKEN=... carthage bootstrap
Or if you store a GitHub credential on your Keychain with the osxkeychain credential helper, that credential will be used. See https://help.github.com/articles/caching-your-github-password-in-git/ for the details.
@ikesyo I have tried both and none worked. I will see it tomorrow and send you what I did exactly and failed.
@zirinisp did you solve the issue?
Any update on this? I am facing the same issue.
Anyone solved this?
Most helpful comment
@ikesyo I have tried both and none worked. I will see it tomorrow and send you what I did exactly and failed.