MSysGit - run bat files directly

I installed the new version of MSysGit, and now I can not run * .bat files directly from the command line ("MINGW64").

I try to search on it, but I only saw options that need to run cmd first. From the git console: how do I execute a batch file and then return to the git console? cmd "/C clean.bat"

Is there any way to just run clean.bat?

Many thanks


I solve this by updating all the libraries ... Maybe Cygwin? I'm not sure, but I am updating all your software and it will work again.

+4
source share

Source: https://habr.com/ru/post/1612998/


All Articles