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
Users may encounter an error message when installing. The error message may looks similar to this:
Using github PAT from envvar GITHUB_PAT. Use `gitcreds::gitcreds_set()` and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store instead.
Error: Failed to install 'GRETTA' from GitHub:
HTTP error 401.
Bad credentials
Rate limit remaining: 0/60
Rate limit reset at: 2024-10-08 21:59:39 UTC
To increase your GitHub API rate limit
- Use `usethis::create_github_token()` to create a Personal Access Token.
- Use `gitcreds::gitcreds_set()` to add the token.
Solution:
Unset your GitHub environment with Sys.unsetenv("GITHUB_PAT")
Users may encounter an error message when installing. The error message may looks similar to this:
Solution:
Sys.unsetenv("GITHUB_PAT")
devtools::install_github("ytakemon/GRETTA")
The text was updated successfully, but these errors were encountered: