Hi,
The Source Control tab always says that I need to install Git or provide its path:
However, Git is correctly installed on my machine, and the path is set correctly. Here is my settings.json:
{
"php.validate.executablePath": "/opt/homebrew/etc/php/8.2",
"editor.multiCursorModifier": "ctrlCmd",
"autoalign.moveableItems": [
"=>",
"=",
":",
"+=",
"-="
],
"git.path": "/opt/homebrew/bin/git"
}
And which git
in the terminal gives me: /opt/homebrew/bin/git
I have no issues using Git in VS Code, Tower, Terminal… Which leads me to believe the problem is specific to Cursor.
Any help would be greatly appreciated!
Thank you in advance.