Ensure that Git is installed and functioning on the target machine
Perform the following tasks to confirm
Finder > Applications > Utilities > click "Terminal" on macOS, or Start Menu > Windows System > right-click "Command Prompt" > More > click "Run as administrator"
Copy and paste git --version git version into the Terminal or Command Prompt and hit the enter key
The application should respond with git version 2.XX.X ____
On macOS
Copy and paste touch ~/.gitignore_global into the Terminal then hit the enter key
Open Finder and navigate to /Users/$USER, then hit "command + shift + ." on your keyboard to enable hidden files
Double-click ".gitignore_global", enter and save the following text, then exit