安装github上的包报错:

install_github("ricardo-bion/ggradar")

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: 57/60

  Rate limit reset at: 2024-07-30 14:13:41 UTC

请先 登录 后评论

1 个回答

omicsgene - 生物信息
擅长:重测序,遗传进化,转录组,GWAS

解决办法,自己注册github账号获得Key:


devtools::install_github("ricardo-bion/ggradar",auth_token="ghp_gOOTBksr1PPuPT")
请先 登录 后评论
  • 1 关注
  • 0 收藏,316 浏览
  • omicsgene 提出于 2024-07-30 21:18

相似问题