aaronpeikert / repro

Easy Setup of a Reproducible Workflow
GNU General Public License v3.0
33 stars 7 forks source link

error in repro::check_github() #68

Open ashtarayeh opened 3 years ago

ashtarayeh commented 3 years ago

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

aaronpeikert commented 3 years ago

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.

ashtarayeh commented 3 years ago

Hi Aaron,

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