Ad
Failed To Execute Git - VS Code?
Why does my Visual Studio Code keep popping up this message?
I don't even use Git, and it started happening. Is it because I opened the Git panel?
Restarting does nothing, changing the settings/config doesn't help either. Super annoying and frustrated, please help.
Ad
Answer
I think VS Code assumes you already have Git installed from another mean,
- Xcode
- GitHub Desktop
- Homebrew
- Git
Thus, it directly attempts to locate Git and fails.
I will recommend you report this to VS Code project at GitHub, but installing Git is a quick workaround.
Ad
source: stackoverflow.com
Related Questions
- → Authenticate with a cookie using laravel 5.1 and jwt
- → Finding a specific GitLab tag from PHP
- → React: How to publish page on server using React-starter-kit
- → babel-loader, webpack, ES2015 modules: "Element type is invalid"
- → Create a function-attribute of a function, which is, in its turn, a method of an object literal
- → Model Validation in laravel 5.1 not working
- → GIT fatal: loose object
- → Laravel validation required rule not working
- → Axios array map callback
- → Where does this `webpack://` come from for `webpack-dev-middleware`?
- → error when trying to modify project in laravel forge
- → GitHub Pages and Jekyll content duplication and SEO issues
- → Use Laravel repositories with Datatables
Ad