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
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
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
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.
The text was updated successfully, but these errors were encountered: