Category "msys"

Windows PATH to posix path conversion in bash

How can I convert a Windows dir path (say c:/libs/Qt-static) to the correct POSIX dir path (/c/libs/Qt-static) by means of standard msys features? And vice vers

bash: git: command not found in MSYS

I already have git in my computer and I can use it. I installed msys and: pacman -Syu This upgraded many packages. When I try to git clone in msys terminal,