14,958
edits
| Line 25: | Line 25: | ||
=== troubleshooting === | === troubleshooting === | ||
<pre> | <pre> | ||
enclose the whole path with single quote symbol | enclose the whole path with single quote symbol ex: cygpath -u 'c:\Program Files\' if the path contains spaces | ||
$ cygpath -u c:\Program Files\ | $ cygpath -u c:\Program Files\ | ||
met error, press ctrl+c to escape | met error, press ctrl+c to escape | ||