Open biowebfr opened 1 month ago
Works fine for me if I am using a PAT + the url
to the repo.
Did you try using:https://github.com/BioWeb-git/bioweb-bundle.git
instead?
Thanks for your answer.
I use PAT too, but the error persists:
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.
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.