-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I have been using the scaffolding project for a few months now for a few drupal sites and I have never been able to correctly get all the scaffolding files.
Any composer install/update command always fails, and I always have to manually get the correct scaffolding files.
This is the error I receive:
Installation failed, reverting ./composer.json to its original content.
[Composer\Downloader\TransportException]
"http://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.2.6" appears broken, and returned an empty 200 response
It is not related to a single file, sometimes it downloads 1 file, sometimes, 2, 3, 4, 5, ... But it always fails somewhere.
What might cause this issue?
Is there a way to tell compose to try again when it fails? Because I have a feeling it would all work if composer would just try again to download the file.