-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: failed retrieving file 'msys.db' (Solved on x86_64 Windows 10) #1581
Comments
Thank you. This fixed the same issue for me. |
For me |
I have the same issue. |
There is no msys2-runtime with version 3.0.1. The latest is 2.11.2-1. See this comment: #1578 (comment) |
Right. That's from GfW. |
So, if you want Git for Windows and don't care about pacman, use the Git for Windows setup, otherwise install MSYS2 and then install the git package with pacman to make sure, everything is working as intended. |
the same thing just happened when updating my other laptop. changing the |
As stated, this is not an issue with the official repositories of MSYS2 and their mirrors. Report it at https://github.com/git-for-windows/msys2-runtime and https://github.com/git-for-windows/MSYS2-packages. |
sounds good, those repo's have no issues section so I just made pull requests. |
New MSYS2 user here - this is still happening. |
In case error is:
Got this idea by examining pacman log file, found inside I hope that helps! |
@WhiteChairFromIkea |
i false to solve this proplem |
similar issue Install gcc and ninja failed through the mirrors.tuna.tsinghua.edu.cn
|
pacman.conf sets
Architecture = auto
and it appears thatauto
usesuname -m
which results in86_64
.the msys mirror paths use
x86_64
not86_64
as a result I manually changed pacman.conf to say
Architecture = x86_64
. This might be useful if posted somewhere for others having similar problems.This was one example from the debug result of pacman -Syuv --debug
debug: response code: 404 error: failed retrieving file 'msys.db' from repo.msys2.org : The requested URL returned error: 404 debug: url: https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/86_64/msys.db
it should instead direct to:
https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/86_64/msys.db
The text was updated successfully, but these errors were encountered: