de-Boer-Lab / MAUDE

Mean Alterations Using Discrete Expression
MIT License
13 stars 4 forks source link

install_github fails with "Bad credentials" #9

Open Carldeboer opened 5 months ago

Carldeboer commented 5 months ago

This is the error I currently get when trying to install from github:

> devtools::install_github("de-Boer-Lab/MAUDE")
Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 401.
  Bad credentials

  Rate limit remaining: 55/60
  Rate limit reset at: 2024-04-08 19:22:54 UTC

I have no PAT set.

The Rate limit seems to be Github's new API having a limit of 60 calls pwer hour per IP (which I haven't exceeded).

So the issue does seem to be the bad credentials issue.

Carldeboer commented 5 months ago

Maybe related to this issue: https://github.com/r-lib/remotes/issues/792