From what I am reading, to run maven on a windows computer I need to download cygwin.
Can I get away with gitbash?
From what I am reading, to run maven on a windows computer I need to download cygwin.
Can I get away with gitbash?
No, you don't need Cygwin. Just a Windows version of NT or above.
From the Maven website:
On Windows, Windows NT and above or Cygwin is required for the startup scripts.
From here.
Maven runs just fine on windows, it is just a batch file that invokes Java. If you have a JRE/JDK on your machine (with JAVA_HOME correctly configured), you'll be fine.