FITfileR icon indicating copy to clipboard operation
FITfileR copied to clipboard

Cannot install from GitHub

Open choisy opened this issue 1 year ago • 2 comments

When typing the command

remotes::install_github("grimbough/FITfileR")

I get the following error message:

Using github PAT from envvar GITHUB_PAT
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 401.
  Bad credentials

  Rate limit remaining: 59/60
  Rate limit reset at: 2023-09-12 06:08:25 UTC

choisy avatar Sep 12 '23 05:09 choisy

As proposed here https://stackoverflow.com/questions/70908295/failed-to-install-unknown-package-from-github on Stack Overflow, running Sys.unsetenv("GITHUB_PAT") and then remotes::install_github("grimbough/FITfileR") should sort your problem - it worked for me.

krystof236 avatar Oct 13 '23 10:10 krystof236

I don't think this is an issue with FITfileR. Could probably close.

dblodgett-cycling avatar Nov 10 '23 00:11 dblodgett-cycling