Installing Git
To use Git with your Godot projects in Godot Launcher, you must have Git installed on your system.
Check if Git is Installed
Open a terminal and run:
git --version
If Git is installed, you'll see something like:
git version 2.39.5 (Apple Git-154)
info
If you see a “command not found” or similar error, Git is not installed.
Install Git
You can download and install Git from the official website:
👉 https://git-scm.com/downloads
Follow the instructions for your operating system.
Next Steps
After installing Git, you’re ready to go back and use Git with Godot Launcher.
You may also need to configure your Git username and email before your first commit can be created.