shiv_90
shiv_90

Reputation: 1097

RStudio won't detect git. Running macOS Sierra 10.12 and latest build of git

In spite of executing several methods and steps, RStudio in my machine still won't detect git and I need to push some of my projects so they remain secure and tracked. I've already made a repository in my github account and cloned it in my main local git folder but I don't see any git interface in RStudio. These are the steps I've done so far:

I'm running a MBP 2013, macOS 10.12 with R 3.3.2 'Sincere Pumpkin Patch' and RStudio 1.0.136. Do I need to update any packages? I also have the github client AND SourceTree client installed (using the latter) and almost forgot, I have also configured git with my username and email in the shell command and there seems to be no problems as far as those settings are concerned. Is there anything else missing here?

Upvotes: 2

Views: 593

Answers (1)

Marina Liu
Marina Liu

Reputation: 38136

You should set Git/SVN interface like below: enter image description here

The paths for git and svn are the directories which they installed. But you use usr/bin/git and usr/bin/svn instead.

Upvotes: 1

Related Questions