Hi Bernhard,

I did not go deep in it but this could be related or similar:

-> https://github.com/pharo-vcs/iceberg#for-pharo-61

-> If you get a API rate limit exceeded error from github, like "Error
accessing tags for github project: 'pharo-vcs/iceberg' -> 'API rate limit
exceeded for...." then you can replace the metacello statement above with:
Metacello new
        githubUser: 'pharo-vcs' project: 'Iceberg' commitish: 'v1.?' path:
'';
        baseline: 'Iceberg';
        load.

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

regards
Sabine


Am Sa., 12. Jan. 2019 um 19:52 Uhr schrieb Bernhard Pieber <
[email protected]>:
>
> Hi,
>
> I followed these instructions for contributing to Pharo:
> https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
>
> During Step 1 Repairing local repository missing I get the following
error:
> IceGitHubError: API rate limit exceeded
>
> I retried with a new Pharo 7.0 - 64bit (development version) in Pharo
Launcher and got the same error.
>
> I searched the mailing list but did not find anything. Am I really the
only one who ever encountered this? Any tips?
>
> Cheers,
> Bernhard

Reply via email to