[Tiki-devel] Composer on Tiki23.x: please review your configured GitHub OAuth token
Bernard Sfez via TikiWiki-devel <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Running Composer on a fresh Tiki23 from git (2322c5e8) I had the following: 242/254 [==========================>-] 95% Could not fetch https://api.github.com/repos/zbateson/mb-wrapper/zipball/721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d, please review your configured GitHub OAuth token or enter a new one to access private repos When working with _public_ GitHub repositories only, head to https://github.com/settings/tokens/new?scopes=&description=Composer+on+blablabla to retrieve a token. This token will have read-only permission for public information only. When you need to access _private_ GitHub repositories as well, go to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+blablabla Note that such tokens have broad read/write permissions on your behalf, even if not needed by Composer. Tokens will be stored in plain text in "/Users/balblabla/.composer/auth.json" for future use by Composer. For additional information, check https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth I have a GitHub account and solved this as it was explained. Still, this is normal and expected from now on ? Bernard