Error: "You need to initialize project as Git Repository" - I already did

I’ve already git init'd my project folder (i.e. the folder containing the .uproject file and all the folders), but when I try to set up Source Control, I cannot choose “Accept Settings.” Furthermore, information such as “Root of the repository” and “User Name” have no fields.

re-entering git init in the bash results in “Reinitilized existing git repository in [ProjectFolder]/.git”. However, I still cannot choose “Accept Settings”. Closing and re-opening the project is all for naught as well.

Any ideas?

I know this is old, but, you need to add “git.exe” on the end of your Git Path.
i.e.
C:\Program Files\Git\bin\git.exe

Then, the other fields will show up.

Hope that helps anyone searching.