Created
February 10, 2022 17:08
-
-
Save tyidnet/89eeccc56dfa6ec0a01493f30e9e61c5 to your computer and use it in GitHub Desktop.
VS Code can't detected installed Git solution (macOS Cataline, 2022 Jan)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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