I would like to use git-bash come with github client on a windows 7 (32bit) machine. Somehow, the git-bash has already learned the $PATH variables from windows
$PATH
Put a backslash ("\") before the space.
\
ex. cd My\ Documents
cd My\ Documents