You only have to set this up once per machine.

TL;DR

Make sure RStudio can find the git executable.

If all looks good, you can delete this project. Looks like RStudio and git are talking to each other. YAY.

Keep reading if things don’t go so well or you want to know more.

Find Git

RStudio can only act as a GUI front-end for Git if Git has been successfully installed AND RStudio can find it.

A basic test for successful installation of git is to simply enter git in the shell. If you get a complaint about git not being found, it means installation was unsuccessful or that it is not being found, i.e. it is not on your PATH.

If you are not sure where the git executable lives, try this in a shell:

If Git appears to be installed and findable, launch RStudio. Quit and re-launch RStudio if there’s any doubt in your mind about whether you opened RStudio before or after installing Git. Don’t make me stop this car and restart RStudio for you in office hours. DO IT.

From RStudio, go to Tools > Global Options > Git/SVN and make sure that the box Git executable points to … the Git executable. It should read something like:

Restart RStudio if you make any changes. Don’t make me stop this car again and restart RStudio for you in office hours. DO IT.

Do the steps at the top of the page to see if RStudio and git are communicating now.

No joy?

Go back to the index for the all the Git stuff.