You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once there, click "Generate new token" (Figure \@ref(fig:generate-pat-01)).
504
+
Note that you may be asked to re-authenticate with your username
505
+
and password to proceed.
506
+
507
+
(ref:generate-pat-01) The "Generate new token" button used to initiate the creation of a new personal access token. It is found on the Personal access tokens section of the Developer Settings page (accessed via the Settings menu).
If you want to learn more about GitHub authentication,
542
+
we link to two excellent sources for this in our additional resources section
543
+
at the end of this chapter.
544
+
484
545
### Cloning a repository using Jupyter
485
546
486
547
The first step is to *clone* the \index{git!clone} remote repository on GitHub to create a local repository,
@@ -865,7 +926,8 @@ Now that you've picked up the basics of version control with Git and GitHub,
865
926
you can expand your knowledge through the resources listed below:
866
927
867
928
- GitHub's [guides website](https://guides.github.com/) and [YouTube channel](https://www.youtube.com/githubguides),
868
-
and [Happy Git](https://happygitwithr.com/) are great resources to take the next steps in learning about Git and GitHub.
929
+
and [*Happy Git with R*](https://happygitwithr.com/) are great resources to take the next steps in learning about Git and GitHub.
869
930
-[Good enough practices in scientific computing](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510#sec014)[-@wilson2014best] provides more advice on useful workflows and "good enough" practices in data analysis projects.
870
931
- In addition to [GitHub](https://github.com), there are other popular Git repository hosting services such as [GitLab](https://gitlab.com) and [BitBucket](https://bitbucket.org). Comparing all of these options is beyond the scope of this book, and until you become a more advanced user you are perfectly fine to just stick with GitHub. Just be aware that you have options!
871
-
932
+
- If you need additional help generating and using a personal access token with GitHub,
933
+
[GitHub's documentation on creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and the *Happy Git with R*[Cache credentials for HTTPS](https://happygitwithr.com/credential-caching.html) chapter are excellent additional resources for this.
0 commit comments