-
Notifications
You must be signed in to change notification settings - Fork 154
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 #100
Comments
Could you try updating to 0.2.0 |
Have the same problem. Any news of how to fix this? |
This issue never progressed because we need more info. |
Below is the response form my log. I'm on Windows 10. VSCode 1.11.0
|
That would indicate we cant find git Could you open a command window (not bash shell) and
|
Ok solved it! Thanks for the info. The error was not very clear so I couldn't figure it out. Git was not registered in the PATH variable. I would have thought installing GIT in VS Code would have done that. I installed Windows for GIT and switched my terminal to Command Prompt in VS Code. Thanks for your help! |
OK I guess its not a clear error message. |
Well, since there is embedded source control and it seems to be working well from the interface I would have thought VS Code would have already set it up as part of the default command prompt. However, I did notice Powershell seems to be the default in editor console. Not sure if Powershell uses the PATH variable. Nonetheless, thanks for you help. I'm glad I can use your extension now 👍 |
I also get the error.
all git commands perform well in vscode terminal, except the extension. when I change the configuration to |
ENOENT: spawn git ENOENT |
I keep getting this error message:
![image](https://cloud.githubusercontent.com/assets/1236612/23497025/dcadd406-ff53-11e6-9e4b-9cc956aa05f0.png)
Error: spawn git ENOENT
when I try to view git history log for a private repository that I'm contributing to.P.S. I have git desktop and git shell already installed on my local computer because I've been using git desktop and notepad++ before this. I also have tried caching my git account credential as instructed here and restarted the computer but I'm still getting the same error.
![image](https://cloud.githubusercontent.com/assets/1236612/23497243/c6cd1dda-ff54-11e6-9a06-b3c939795f6f.png)
The text was updated successfully, but these errors were encountered: