`e init` fails on Windows when there are spaces in a directory name
See original GitHub issueThe full text of the error is here: https://gist.github.com/strega-nil/32b1eee85f5c24e8f648e41ce7552ecb
The important part looks like it’s here:
gclient_utils(833) enqueue:enqueued(src/electron)
gclient(565) requirements:Dependency(src/electron).requirements = ()
gclient(565) requirements:Dependency(src/electron).requirements = ()
gclient_utils(1011) __init__:_Worker(src/electron) reqs:()
gclient_utils(1020) run:_Worker.run(src/electron)
gclient(916) run:Dependency(src/electron).run()
subprocess2(154) __init__:git --version; cwd=.
gclient_utils(1036) run:Caught exception in thread src/electron
gclient_utils(1037) run:(<class 'FileNotFoundError'>, FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None), <traceback object at 0x000001D5F174A700>)
gclient_utils(1040) run:_Worker.run(src/electron) done
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Long filenames or paths with spaces require quotation marks
Use quotation marks when specifying long filenames or paths with spaces. For example, typing the copy c:\my file name d:\my new file name ......
Read more >Spaces in windows path breaks in Bash · Issue #1766 - GitHub
Using windows tools from Bash fails when using a path that has a space. The windows path is added to the $PATH and...
Read more >Cannot cd to a folder with spaces in the the folder path
You need to surround the path in double quotes if there is a space in the path! cd ...
Read more >git commands fail with spaces in path - Stack Overflow
It's not exactly a Git bug: Windows normally prohibits trailing blanks in file and directory name components. How Cygwin might get around that, ......
Read more >How to rsync over ssh when directory names have spaces
The servers have the same directory structure but I am having trouble getting the remotes server to properly recognize the path name on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@codebytere it didn’t, see #134; it just got further.
Closing due to above