When running a setupProject call with repositories not already cloned on the machine they become inaccessible despite being public, this is possibly due to downloading large amounts of data from GitHub while unauthenticated prior to the setupProject call.
Error in getDepsGH(pkgDTCached[["FALSE"]][isGH], verbose, which = which, :
Error in stopOnGitRefsFails(gitRefs, fetf, tf, acct, repo, br) :
GitHub repository not accessible does it need authentication?
Did you spell the GitHub.com repository, package and or branch/gitRefs correctly?
This edge case is solved by authenticating with a token.
When running a
setupProjectcall with repositories not already cloned on the machine they become inaccessible despite being public, this is possibly due to downloading large amounts of data from GitHub while unauthenticated prior to thesetupProjectcall.This edge case is solved by authenticating with a token.