Gedmo / doctrine-extensions requesting a token when installed through the composer

Does anyone else have problems installing gedmo / doctrine-extensions through composer?

The repository is publicly available, so I'm not sure why it says it is a private repo

Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+computername+2015-09-04+1040 to retrieve a token. It will be stored in "/location/.composer/auth.json" for future use by Composer. Token (hidden):

+4
source share
1 answer

In short: you click on the API speed limit because you are not logged in against it.

The Github API has a very low speed limit, so if you install many packages, it will work at some point and ask you to enter your username / password.

GitHub Composer, , :

Composer /, .

+3

Source: https://habr.com/ru/post/1605929/


All Articles