composer / package-versions-deprecated

:package: Composer addon to efficiently get installed packages' version numbers
MIT License
1.51k stars 9 forks source link

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

Closed ribehbl closed 3 years ago

ribehbl commented 3 years ago

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"

Seldaek commented 3 years ago

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

ribehbl commented 3 years ago

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

Seldaek commented 3 years ago

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

NicolasCharpentier commented 2 months ago

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

Seldaek commented 2 months ago

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

NicolasCharpentier commented 2 months ago

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)

Seldaek commented 2 months ago

Yeah sorry but network timeouts I cannot do much about.