HTTP error 401 when installing scFlow using install_github with token
MahdiMoradiMarjaneh opened this issue · 1 comments
MahdiMoradiMarjaneh commented
when running devtools::install_github("combiz/scFlow", auth_token = "...")
got this error:
Error: Failed to install 'scFlow' from GitHub:
HTTP error 401.
Bad credentials
MahdiMoradiMarjaneh commented
fixed by adding the personal access token to the Renviron
file: GITHUB_PAT="TOKEN"