During the workshop today, participants ran into many issues with the SSH key setup. It appears that RStudio uses HTTPS regardless of whether or not an SSH key is there, which means that the instructions should be better set up to handle this.
An option with usethis might be to run create_github_token() first, then see how the other issues react. Need to do on a fresh install, which may be a touch tough.
During the workshop today, participants ran into many issues with the SSH key setup. It appears that RStudio uses HTTPS regardless of whether or not an SSH key is there, which means that the instructions should be better set up to handle this.
An option with
usethismight be to runcreate_github_token()first, then see how the other issues react. Need to do on a fresh install, which may be a touch tough.