question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`e init` fails on Windows when there are spaces in a directory name

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
strega-nilcommented, Apr 1, 2020

@codebytere it didn’t, see #134; it just got further.

0reactions
codebyterecommented, Apr 28, 2021

Closing due to above

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found