This can be caused by having HOME defined in Windows system/user environment. Thus say, when you do:
See also this link for more information.
ts
... and if you get a response of "Home=D:\Home" for example then this can be fixed by:set HOME
in Cygwin bash shell.cp -p /etc/defaults/etc/skel/.bash_profile ~
See also this link for more information.
ts
Comments