repro icon indicating copy to clipboard operation
repro copied to clipboard

error in repro::check_github()

Open ashtarayeh opened this issue 4 years ago • 2 comments
trafficstars

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

ashtarayeh avatar Mar 28 '21 21:03 ashtarayeh

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.

aaronpeikert avatar Mar 29 '21 06:03 aaronpeikert

Hi Aaron,

Thanks for your quick reply. I could solve it using repro::check_github_token()

ashtarayeh avatar Mar 29 '21 07:03 ashtarayeh