Re: [Tiki-devel] Composer on Tiki23.x: please review your configured GitHub OAuth token
Jonny Bradley via TikiWiki-devel <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Bernard I seem to remember seeing something like that some time ago, but can't remember what the issue was - something local i think. I just ran `php74 temp/composer.phar install --working-dir vendor_bundled --prefer-dist --optimize-autoloader` on my local 23.x and it all went fine, but it wasn\'t on a new install. Seems that packages is required by zbateson/mail-mime-parser but that isn't on https://composer.tiki.org so it hasn't been added properly to satis.json - i'll do that now and maybe it will help? jonny p.s. shouldn't/couldn't the CI check this? ;) > On 4 Dec 2021, at 07:30, Bernard Sfez via TikiWiki-devel <[email protected]> wrote: > > 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 > > _______________________________________________ > TikiWiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel >