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

devtools::install_github("junjunlab/scRNAtoolVis") is not available #16

Open
theDierickxLab opened this issue Mar 10, 2023 · 2 comments

Comments

@theDierickxLab
Copy link

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

Rate limit remaining: 47/60
Rate limit reset at: 2023-03-10 14:09:34 UTC

@shengjun97
Copy link

Check if the access token is available in the current access environment.

Sys.getenv("GITHUB_PAT")

If there is, record the access token, and then unset the access token.

Sys.unsetenv("GITHUB_PAT")

re-download and it will be fine.

@bynd001
Copy link

bynd001 commented Jun 27, 2023

devtools::install_github('junjunlab/scRNAtoolVis')
Downloading GitHub repo junjunlab/scRNAtoolVis@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/junjunlab/scRNAtoolVis/tarball/HEAD' failed

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

3 participants