msys2.github.io
msys2.github.io copied to clipboard
The MSYS2 homepage
If we document how to cache packages we might get less traffic in the future. We should document what we currently do in the GH action.
I've already input git add & git commit. I've made my title/message but I can't find what command to actually make it do the commit.
When I install packages I often get errors telling me that the deadline has passed, etc ...
I followed https://www.msys2.org/ getting started guide. The very first command (pacman -Syu) gave an error. Even -h didn't work. It wasn't mentioned but I added /usr/bin/ to PATH and somehow...
porting fork+exec sequence to MinGW, maybe at least one example how to replace it to smth. I mean what should be written "instead of" fork+exec
I'm having trouble with pre-commit python package. the issue seems to be with ninja, as shown in this error. I reporting to msys2 project since I'm not experiencing any problems...
windows cmd below C:\Users\xxxxxx>python3 Python 3.10.6 (main, Aug 12 2022, 18:00:29) [GCC 12.1.0 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from datetime...
Hey there msys2 devs, Please extend the FAQ. It is very small-ish right now. I would like to know whether C:\usr\ can work for msys2. msys2 installer is a bit...
In my .bashrc file I have the following ```bash function cleanup() { echo "Global cleanup" for i in {1..2}; do echo $i sleep 1 done } trap cleanup SIGINT function...
OS:Windows 11 below command do not work correctly. Could you tell me why?  It is Correct in Window CMD 