repro
repro copied to clipboard
error in repro::check_github()
Hi Aaron,
I'm preparing for the workshop and have difficulty with the last prep step. When running: repro::check_github() I got the following error:
You have no access to GitHub.
Read:
'https://happygitwithr.com/ssh-keys.html'.
You may want to rerun check_github().
[1] FALSE
I went though the webpage but still the error exist. Am I missing any step here?
Mohammad
Hi Mohammad, this is on me :disappointed: lots of people have had problems with the ssh setup. Try:
repro::check_github()
#> ✓ You and GitHub are on good terms, don't worry.
Created on 2021-03-29 by the reprex package (v1.0.0)
Anyways, I planned some time in the workshop to address the issue.
Hi Aaron,
Thanks for your quick reply. I could solve it using repro::check_github_token()