I\'m trying to extend my $PATH variable in git bash (MinGW shell) by adding the following to the file ~/.bashrc
PATH=$PATH\':/c/Program Files/maven/apache-maven-
According to this SO post, you need to escape Program Files with quotes. git-bash $PATH cannot parse windows directory with space