-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install packages with contao-manager when I have a private package in my composer.json #826
Comments
Works fine for me if I am using a PAT + the Did you try using: |
Did you try disabling the composer cloud? |
Thank you for your answer. It was already disabled. I tried with it enable and same error. |
It will not work with the cloud, but it should work locally. The most likely reason I can think of, is that your web server is not running as the same user as your CLI, and might not have the SSH keys to access the private repository. |
I'm closing this issues since there's no more feedback and nothing we can currently do about it. |
Contao Manager v1.8.9.
Contao-manager throws me an error when trying to install a package when I have a non-related private package installed:
But I don't get any error when not using contao-manager.phar.php but directly composer like so:
Here is my composer.json part with my private package:
Please note that I'm under windows 11, and a colleague of mine doesn't seem to have the issue under MacOS.
The text was updated successfully, but these errors were encountered: