Closed ffes closed 2 years ago
Looking back at the commits, @ViceIce has added these (apart from this small but annoying issue) beautifully working scripts. Maybe he has an idea how to solve this issue.
I've never had this issue.
Maybe we should add a retry count? And for ci we schould add the downloaded zip files to AppVeyor cache.
I've not seen the problem anymore. Closing
Locally and in CI
init.ps1
often fails to download the editorconfig-core-c from GitHub.This seems to be a server error, but the regular browsers and tools like wget don't have a problem downloading it.
I have limited PowerShell knowledge, but there has to be a way to fix this in that script.
Locally I have a backup of that zip and extract it manually in the right place, but that doesn't help for CI.