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 'unknown package' from GitHub:
HTTP error 401.
Bad credentials
Rate limit remaining: 53/60
Rate limit reset at: 2024-11-18 08:36:57 UTC
解决办法:This arises from an obscure feature in devtools. Check to see if you have a personal access token (PAT) set with
Sys.getenv("GITHUB_PAT")
If you do, make a careful record of it, then remove from the environment with
Sys.unsetenv("GITHUB_PAT")
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!