Git bash would automatically prefix POSIX path with "C:/Program Files/Git". This is problematic if we want to mount files into docker container that expects a POSIX path as the mount target.
Sometimes it will cause the command "$(pwd)" to return the path ending with "C;". E.g.
$ echo $(pwd)
C:\Users\user\data;C