error during composer install #803
Replies: 2 comments 1 reply
-
Hello @soluzione-software I am not sure the repository is properly configured, as it seems to be trying to get the package from github without event trying to get from the repo.backpackforlaravel.com. Can you try changing your repository auth in "repositories": {
"0": {
"type": "composer",
"url": "https://repo.backpackforlaravel.com/"
}
}, Let me know if that solved the issue, or you got a different error. Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing this due to no activity. Feel free to reopen if not solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have in my project folder a auth.json correctly configured:
{
"http-basic": {
"backpackforlaravel.com": {
"username": "*******",
"password": "********"
}
}
}
but when i launch on server composer install i receive this error:
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
When working with public GitHub repositories only, head to https://github.com/settings/tokens/new?scopes=&description=Composer+on+***************************** 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+********
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 "/auth.json OR //auth.json" for future use by Composer.
For additional information, check https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth
A local auth config source was found, do you want to store the token there?
can anyone help me please?
i have credential username and password correctly valorized.
Beta Was this translation helpful? Give feedback.
All reactions