Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.24.0.windows.2
cpu: x86_64
built from commit: 02af2cc5bfc37d4500e8a09333269e57f442198a
sizeof-long: 4
sizeof-size_t: 8
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
(Windows 7)
- What options did you set as part of the installation? Or did you choose the
defaults?
I installed git-for-windows through MSYS2. My pacman sources (/etc/pacman.conf) are configured to use the addresses just like the git-for-windows project recommends:
https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper
- Any other interesting things about your environment that might be related
to the issue you're seeing?
pacman --version
Pacman v5.2.1 - libalpm v12.0.1
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
I am using the MSYS2 bash terminal.
$ pacman -Syuu # Run once
$ pacman -Syuu # Run a second time
- What did you expect to occur after running these commands?
Pacman should synchronise without throwing an error.
- What actually happened instead?
pacman.exe: *** fatal error - couldn't dynamically determine load address for 'QueryUnbiasedInterruptTime'
- Now I cannot sync or install packages anymore.
I am not using a project repository. I setup git-for-windows as recommended here:
https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper
I previously submitted this issue to the MSYS2 repository (msys2/MSYS2-packages#1783) and I was informed that the solution might be to "check, if msys2-runtime is up-to-date with" the pacman from the MSYS2 project .
Setup
(Windows 7)
defaults?
I installed git-for-windows through MSYS2. My pacman sources (/etc/pacman.conf) are configured to use the addresses just like the git-for-windows project recommends:
https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper
to the issue you're seeing?
Details
I am using the MSYS2 bash terminal.
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Pacman should synchronise without throwing an error.
I am not using a project repository. I setup git-for-windows as recommended here:
https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper
I previously submitted this issue to the MSYS2 repository (msys2/MSYS2-packages#1783) and I was informed that the solution might be to "check, if msys2-runtime is up-to-date with" the pacman from the MSYS2 project .