Skip to main content
Active reading [<https://en.wikipedia.org/wiki/MacOS_Catalina> <https://en.wikipedia.org/wiki/Git>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

I had this problem after upgrading to macOS CatalinamacOS v10.15 (Catalina).

The issue is resolved as follows:

1. Find git

Find the Git location from the terminal:

which git 

2. Add

Add the location of gitGit in settings file with your location:

settings.jsonsettings.json

"git.path": "/usr/local/bin/git", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json

I had this problem after upgrading to macOS Catalina.

The issue is resolved as follows:

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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json

I had this problem after upgrading to macOS v10.15 (Catalina).

The issue is resolved as follows:

1.

Find the 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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json

Commonmark migration
Source Link

I had this problem after upgrading to macOS Catalina.

The issue is resolved as follows:

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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

 

macOS $HOME/Library/Application Support/Code/User/settings.json

 

Linux $HOME/.config/Code/User/settings.json

I had this problem after upgrading to macOS Catalina.

The issue is resolved as follows:

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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

 

macOS $HOME/Library/Application Support/Code/User/settings.json

 

Linux $HOME/.config/Code/User/settings.json

I had this problem after upgrading to macOS Catalina.

The issue is resolved as follows:

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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json

Source Link
stayingcool
  • 2.9k
  • 1
  • 25
  • 24

I had this problem after upgrading to macOS Catalina.

The issue is resolved as follows:

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", 

Depending on your platform, the user settings file (settings.json) is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json