Error Failed to enable Git source control. You need to initialize the project as a Git repository

You only need to run git init the very first time when you create a project.

If you use git clone on a new machine, you dont need to run git init.