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 failed #204

Open
QIiiiiiii1 opened this issue May 15, 2024 · 3 comments
Open

install failed #204

QIiiiiiii1 opened this issue May 15, 2024 · 3 comments

Comments

@QIiiiiiii1
Copy link

I am trying to install DoubletFinder with this code
"devtools::install_github("chris-mcginnis-ucsf/DoubletFinder")"

but I got the error
"Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials

Rate limit remaining: 45/60
Rate limit reset at: 2024-05-15 11:41:06 UTC"

Do you know how to fix this problem.

@QIiiiiiii1
Copy link
Author

and if i use the install.packages, the error is " install.packages("DoubletFinder")
Warning in install.packages :
package ‘DoubletFinder’ is not available for this version of R"

Then I tried that "
devtools::install_github('chris-mcginnis-ucsf/DoubletFinder')](remotes::install_github('chris-mcginnis-ucsf/DoubletFinder'))"

and I also got the same error as the first one
"Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials

Rate limit remaining: 41/60
Rate limit reset at: 2024-05-15 11:41:06 UTC"

@QIiiiiiii1
Copy link
Author

And i also tried to use " install.packages("githubinstall")
library(githubinstall)
githubinstall("chris-mcginnis-ucsf/DoubletFinder")"

and got the same error

@Daisy-Chilin
Copy link

Were you able to figure this out? Im also getting the same error.

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

2 participants