Git Bash for Windows showing/expecting file paths with forward-slashes, no drive colon -


i installed git extensions automatically downloaded , installed git windows, , when use git bash, shows file path /c/whatever/folder rather c:\whatever\folder, , if paste in path windows explorer, chokes on because it's expecting forward-slashes , no colon after drive letter.

when installed git windows previously, showed slashes/colon properly, more limiting , harder use (especially copy/paste).

why showing/expecting file paths slashes , no colon, , how fix it?!

http://imgur.com/vmc7fu6

you try adding single quotes in directory path copied windows explorer , pasted in terminal prompt (e.g. cd 'd:\documents\developer tools & docs'). worked me. check out solution posted in following link: escaping backslash in windows paths passed unix programs


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -