Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Cannot build brackets with spaces in pathnames #7181

Open
JeffryBooher opened this issue Mar 12, 2014 · 2 comments
Open

Cannot build brackets with spaces in pathnames #7181

JeffryBooher opened this issue Mar 12, 2014 · 2 comments

Comments

@JeffryBooher
Copy link
Contributor

The default git folders on Windows XP are located under C:\Documents and Settings\My Documents\GitHub\

The spaces in the paths cause the grunt script to choke on the unzip command
"Error: Command failed: unzip: cannot find either c:/documents or c:/documents.zip"

On Windows, the command processor will separate args sent to commands with a space or comma. The way around this is to quote the arguments with spaces or commas.

This could be a problem just by cloning into a folder name that has spaces in its name, however. This doesn't fail on Vista and later because the My Documents folder was changed to "C:\Users\Documents"

@JeffryBooher
Copy link
Contributor Author

Not sure if this is a problem on Mac/Linux so marking Win Only for now

@dangoor
Copy link
Contributor

dangoor commented Mar 19, 2014

Reviewed low priority to @JeffryBooher

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants