You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is the error I currently get when trying to install from github:
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.
The text was updated successfully, but these errors were encountered: