Windows MSYS2 install pacman ' failed retrieving file ngdevkit.db.sig'
khelkun opened this issue · 2 comments
khelkun commented
When I reach this point:
echo -e '\n[ngdevkit]\nSigLevel = PackageOptional\nServer = https://dciabrin.net/msys2-ngdevkit/$arch' >> /etc/pacman.conf
pacman -Sy
pacman does not seem to find the ngdevkit package:
sebtr@DESKTOP-2AV51PU MSYS /p/ngdevkit-master
$ echo -e '\n[ngdevkit]\nSigLevel = PackageOptional\nServer = https://dciabrin.net/msys2-ngdevkit/$arch' >> /etc/pacman.conf
pacman -Sy
error: ngdevkit: missing required signature
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
ucrt64 is up to date
clang64 is up to date
msys is up to date
ngdevkit 1255.0 B 629 B/s 00:02 [#####################] 100%
error: failed retrieving file 'ngdevkit.db.sig' from dciabrin.net : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
khelkun commented
Sorry for the force pushed on the PR, it's been a while I've not used github to contribute
dciabrin commented
Thanks for the fix, merged.