Skip to content

Commit

Permalink
Deploying to gh-pages from @ bfb85e7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Aug 26, 2024
1 parent 23d0b7b commit 17e35eb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions ch-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Error: Failed to install 'unknown package' from GitHub:
```

If so,

1. Create a classic personal access token at <https://github.com/settings/tokens>.
(Make sure you're logged in.)
We suggest creating one per machine, so you don't have to juggle them between computers.
Expand Down
1 change: 1 addition & 0 deletions docs/ch-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Error: Failed to install 'unknown package' from GitHub:
```

If so,

1. Create a classic personal access token at <https://github.com/settings/tokens>.
(Make sure you're logged in.)
We suggest creating one per machine, so you don't have to juggle them between computers.
Expand Down
18 changes: 10 additions & 8 deletions docs/git.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,17 @@ <h3>
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials</code></pre>
<p>If so,
1. Create a classic personal access token at <a href="https://github.com/settings/tokens" class="uri">https://github.com/settings/tokens</a>.
<p>If so,</p>
<ol style="list-style-type: decimal">
<li>Create a classic personal access token at <a href="https://github.com/settings/tokens" class="uri">https://github.com/settings/tokens</a>.
(Make sure you’re logged in.)
We suggest creating one per machine, so you don’t have to juggle them between computers.
1. Maybe name it “ouhsc-desktop” or “home-laptop” (obligatory reminder to never store PHI on a personal machine).
Copy the new token to your clipboard.
1. Then use the <a href="https://gitcreds.r-lib.org/">gitcreds</a> package by running, <code>gitcreds::gitcreds_set()</code>.
Then select to add/replace the token with the value that you just copied to your clipboard.
1. Rerun the <code><a href="https://remotes.r-lib.org/reference/install_github.html">remotes::install_github()</a></code>.</p>
We suggest creating one per machine, so you don’t have to juggle them between computers.</li>
<li>Maybe name it “ouhsc-desktop” or “home-laptop” (obligatory reminder to never store PHI on a personal machine).
Copy the new token to your clipboard.</li>
<li>Then use the <a href="https://gitcreds.r-lib.org/">gitcreds</a> package by running, <code>gitcreds::gitcreds_set()</code>.
Then select to add/replace the token with the value that you just copied to your clipboard.</li>
<li>Rerun the <code><a href="https://remotes.r-lib.org/reference/install_github.html">remotes::install_github()</a></code>.</li>
</ol>
</div>
</div>
<div id="repo-style" class="section level2" number="25.9">
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 17e35eb

Please sign in to comment.