Skip to content

Instantly share code, notes, and snippets.

@tyidnet
Created February 10, 2022 17:08
Show Gist options
  • Save tyidnet/89eeccc56dfa6ec0a01493f30e9e61c5 to your computer and use it in GitHub Desktop.
Save tyidnet/89eeccc56dfa6ec0a01493f30e9e61c5 to your computer and use it in GitHub Desktop.
VS Code can't detected installed Git solution (macOS Cataline, 2022 Jan)
I had this problem after upgrading to macOS Catalina.
1. Find git location from the terminal:
which git
2. Add the location of git in settings file with your location:
settings.json
"git.path": "/usr/local/bin/git",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment