R 安装github包报错:

R 安装github包报错:

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")
  • 发表于 2024-11-18 15:42
  • 阅读 ( 208 )
  • 分类:R

你可能感兴趣的文章

相关问题

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

702 篇文章

作家榜 »

  1. omicsgene 702 文章
  2. 安生水 350 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. xun 82 文章
  6. rzx 78 文章
  7. 红橙子 78 文章
  8. CORNERSTONE 72 文章