-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: spawn git ENOENT when clicking on a file in changeset #143
Comments
I have the same issue on my Windows 10. Here is my log:
|
Same here.
|
Should be fixed in the latest version |
Was there a regression? I just installed this extension and keep getting the same errors:
|
Same, error is back. |
I uses Git for Windows under MSYS2, and get very similar errors. The extension output starts like this:
@DonJayamanne, do you think this issue could be reopened? Or should we create a new one? |
@borekb This should be solved by #311 , waiting for @DonJayamanne to merge it. |
the same error is back! {"stack":"Error: spawn git ENOENT\n\tat _errnoException (util.js:1024:11)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)\n\tat onErrorNT (internal/child_process.js:372:16)\n\tat _combinedTickCallback (internal/process/next_tick.js:138:11)\n\tat process._tickCallback (internal/process/next_tick.js:180:9)","message":"spawn git ENOENT","code":"ENOENT","errno":"ENOENT","syscall":"spawn git","path":"git","spawnargs":["rev-parse","--show-toplevel"]} VSCode Version: 1.28.1 |
Hi, I'm using Git History (git log) 0.2.2 on VS Code June 2017 (version 1.14), on a Mac (Darwin yuvmac.local 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64)
I can see the log, and click on a changeset to see the list of changed files. When I click on a changed file I get a vscode toast saying:
The output panel says:
Maybe related to, but probably not: #100
Otherwise it is a beautiful log, thank you for that.
The text was updated successfully, but these errors were encountered: