|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.6.42"> |
| 5 | +<meta name="generator" content="quarto-1.6.43"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
|
37 | 37 | <script src="../../site_libs/quarto-html/tippy.umd.min.js"></script> |
38 | 38 | <script src="../../site_libs/quarto-html/anchor.min.js"></script> |
39 | 39 | <link href="../../site_libs/quarto-html/tippy.css" rel="stylesheet"> |
40 | | -<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-2f5df379a58b258e96c21c0638c20c03.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
41 | | -<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-dark-b53751a350365c71b6c909e95f209ed1.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
| 40 | +<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-d4d76bf8491c20bad77d141916dc28e1.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
| 41 | +<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-dark-4379b0ccadffce622b03caf4c46266b3.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
42 | 42 | <script src="../../site_libs/bootstrap/bootstrap.min.js"></script> |
43 | 43 | <link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
44 | 44 | <link href="../../site_libs/bootstrap/bootstrap-2060c1fdc48bdcd166b162226a62f917.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
@@ -366,6 +366,7 @@ <h4 class="anchored" data-anchor-id="git-and-rstudio">Git and RStudio</h4> |
366 | 366 | </li> |
367 | 367 | <li>Copy that path. It probably doesn’t matter which one you use if there are multiple listed.</li> |
368 | 368 | </ol> |
| 369 | +<p>Still can’t find the location of your git executible and you know it is installed (because you have, say, GitHub Desktop installed)? * On a Mac? It is at <code>/usr/bin/git</code> Just paste that in. * On a PC? Look (by opening a finder window) in the following places. Try the GitHubDesktop one first. - <code>C:/Program Files/Git/bin/git.exe</code> - <code>C:/Users/your.username/AppData/Local/Programs/Git/bin/git.exe</code> - <code>C:/Users/your.username/AppData/Local/GitHubDesktop/app-2.8.3/resources/app/git/cmd/git.exe</code></p> |
369 | 370 | <p><strong>Tell RStudio the Git binary location</strong></p> |
370 | 371 | <ol type="1"> |
371 | 372 | <li>In RStudio, Tools > Global Options > Git/SVN</li> |
|
0 commit comments