Hello, everyone. I am frustrating with using Git in RStudio.
Here are my steps:
- I installed the latest version of Git in my Windows
- I added
C:\Program Files\Git\bin\git.exe and C:\Program Files\Git\cmd into my system path.
- I also specified
C:/Program Files/Git/bin/git.exe in Git executive under Global Options of Git/SVN.
However, when I tried to user Version Control to create a new project, the warning message below still occurred showing my RStudio doesn't detect Git. And I am sure Git on my Windows worked, because using cmd, Git Bash, VS Code terminal, or powershell, I was able to clone my repository from GitHub to my local machine.
Any advice for this issue is appreciated. Thank you!