You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: failed retrieving file 'mingw64.db' from repo.msys2.org : Connection timed out after 10000 milliseconds
error: failed retrieving file 'msys.db' from repo.msys2.org : Connection timed out after 10000 milliseconds
error: failed retrieving file 'libatomic_ops-7.6.10-1-any.pkg.tar.xz' from repo.msys2.org : Connection timed out after 10000 milliseconds
Stackoverflow says that one should configure a mirror somewhere. I don't know where these configuration is hosted when using this action. Therefore the question:
Since everything installs fine, the wish is that the error message should be info. Quick and dirty propsoal:
info: failed retrieving file 'libatomic_ops-7.6.10-1-any.pkg.tar.xz' from repo.msys2.org : Connection timed out after 10000 milliseconds. Could download the file from somehwere else.
The text was updated successfully, but these errors were encountered:
It would be possible to add a default mirror as suggested in October 4, 2020 1:06 PM. However, I think that's an undesirable patch: changing one URL with another by specifying it manually. Instead, the availability of a given mirror should be checked and skipped. It seems that rankedmirrors might be used: October 3, 2020 10:36 PM. Moreover, pacman might handle it soon: October 3, 2020 9:25 PM.
I get following error(s)
Down for Everyone or Just Me reports (https://downforeveryoneorjustme.com/repo.msys2.org)
Stackoverflow says that one should configure a mirror somewhere. I don't know where these configuration is hosted when using this action. Therefore the question:Is it possible to add a configuration optionmirror:
. One could place a mirror from https://github.com/msys2/MSYS2-packages/blob/master/pacman-mirrors/mirrorlist.msys.Since everything installs fine, the wish is that the error message should be info. Quick and dirty propsoal:
The text was updated successfully, but these errors were encountered: