Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_github fails with "Bad credentials" #9

Open
Carldeboer opened this issue Apr 8, 2024 · 1 comment
Open

install_github fails with "Bad credentials" #9

Carldeboer opened this issue Apr 8, 2024 · 1 comment

Comments

@Carldeboer
Copy link
Collaborator

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
Copy link
Collaborator Author

Maybe related to this issue:
r-lib/remotes#792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant