New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lesson 14 - No guidance for RStudio users when Git.exe path not pre-filled #507
Comments
Thanks, @richmccue ! I think it will be useful to have this included in the lesson, so people can solve the problem when follow the lesson at home. Woudl you like to add the description of the fix (with the screenshot, if possible) to the lesson? As it seems to be something specific to Windows, you could do a callout called "Set the Git executable in Windows" or something like this. |
I've updated the language around making sure that git is installed as suggested by @murraycadozow (Issue swcarpentry#507) to take into account the face that Git may be installed as part of the OS
Issue #507 - Episode 14 - Added guidance for RStudio users when Git.exe path not pre-filled
I've updated the language around making sure that git is installed as suggested by @murraycadozow (Issue #507) to take into account the face that Git may be installed as part of the OS
Issue #507 - Episode 14 - Added guidance for RStudio users when Git.exe path not pre-filled
Was this issue fixed by #531 ? |
One thing I ran into while trying to complete "Lesson 14 - Supplemental: Using Git from RStudio" (version 1.1.383) on a Windows 10 computer was that the Git executable path was not pre-filled for me.
I had to go looking for the git.exe file which was buried pretty deep in the file system "Tools" -> "Global options" -> "Git/SVN":

C:/Users/rmccue/AppData/Local/GitHubDesktop/app-1.1.1/resources/app/git/cmd/git.exe
I'm not sure my problem was due to the configuration of my Windows 10 workstation (I didn't have any problems on my Mac laptop), but if not, it might be helpful to include instructions for Windows users on how to find their git.exe file as a linked resource for learners who get stuck. I'd be happy to work on those instructions if the community would find it useful/helpful.
Cheers,
Rich
The text was updated successfully, but these errors were encountered: