composer/package-versions-deprecated

Failed to clone https://github.com/composer/package-versions-deprecated.git via https, ssh protocols, aborting

ribehbl opened this issue · 7 comments

I am trying to install dependencies of a symfony4 app.
composer install/update does not seem to work. I got an error : Failed to clone https://github.com/composer/package-versions-deprecated.git via https, ssh protocols, aborting

Error message:
`

PHP version: 7.2 ; Symfony: 4.4.9; Composer Version: 1.7.2

in composer.json:
"composer/package-versions-deprecated": "^1.10"

Looks like a network issue really? Can you still reproduce this?

Looks like a network issue really? Can you still reproduce this?

yes, I try and the error persist. I have the same error: fatal: unable to access 'https://github.com/composer/package-versions-deprecated.git/': Could not resolve host: github.com

Maybe try a different network/machine if you can.. or via vpn perhaps?

Hi @Seldaek

I know this seems completely unrelated to this project, but could we re open this ?

We have this error in our pipeline since a month, happens about once a day and always with this repository.
image

Very odd.. why is it even cloning vs downloading a zip?

Here is the full output
image

it did not succeed downloading the ZIP available there: https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600
(it's currently available)

But we can see that other repositories have timeouts too, I should open an issue somewhere else I guess (will update if I do)

Yeah sorry but network timeouts I cannot do much about.