FredHutch / VISCtemplates

Tools for writing reproducible reports at VISC
Other
6 stars 2 forks source link

Update visc analysis project vignette for SSH protocol #104

Closed at-crx closed 1 month ago

at-crx commented 2 years ago

Location

vignettes/create_a_visc_analysis_project.Rmd

Old

Step 2: Github currently has instructions mentioning setting up a personal access token (PAT), which is HTTPS only

New

Update the section with instructions on using SSH keys instead

Justification

Alicia mentioned that HTTPS is no longer supported

slager commented 6 months ago

HTTPS and SSH are both still fully supported by GitHub.

The usethis project recommends HTTPS: https://usethis.r-lib.org/articles/git-credentials.html

You can set up a GitHub PAT for use with HTTPS here: https://github.com/settings/tokens

You can add a SSH key here: https://github.com/settings/keys