You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing public GitHub host to set_github_host() function, you get t he following error:
[1] "https://github.com/r-world-devs/shinyGizmo"
Browse[2]> gitstats_obj %>%
+ GitStats::set_github_host(host = host, repos = repo, verbose = FALSE)
Error in purrr::map(repos, function(repo) { :
ℹ In index: 1.
Caused by error:
✖ Repository you provided does not exist or its name was passed in a wrong way:
https://github.com/api/v3/repos/r-world-devs/shinyGizmo
! Please type your repository name as you see it in web URL.
ℹ E.g. do not use spaces. Repository names as you see on the page may differ from their web 'address'.
The error doesn't appear if you don't pass host parameter however
The text was updated successfully, but these errors were encountered:
When passing public GitHub host to
set_github_host()
function, you get t he following error:The error doesn't appear if you don't pass
host
parameter howeverThe text was updated successfully, but these errors were encountered: