...
Cloning failed using an ssh key
When dealing with udpatesupdates.ez.no packages, you might get this if you somehow tell composer to download dev packages, or tell it to download from source. Currently our updates.ez.no service only support distribution packages in alpha stability or higher, so make sure to check what stability and avoid use of --prefer-source
(this is the reason examples above are using --prefer-dist
).
...