We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I updated to R 4.4.0 under Windows 11, I cannot install any R packages from github now with this error
Using GitHub PAT from the git credential store. Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials
I don't think any PAT credential store locally. Any idea to fix this problem?
The text was updated successfully, but these errors were encountered:
I don't think any PAT credential store locally.
remotes seems to think otherwise. Try to use
Sys.getenv("GITHUB_TOKEN") Sys.getenv("GITHUB_PAT") gitcreds::gitcreds_get() gitcreds::gitcreds_get()$password
to see where the token is coming from, and then remove it.
Sorry, something went wrong.
Thanks @gaborcsardi. gitcreds::gitcreds_get() finds a PAT. Where can I locate it?
gitcreds::gitcreds_get()
I have to remove the PAT using Windows Credential Manager.
For the record, there is also gitcreds::gitcreds_delete().
gitcreds::gitcreds_delete()
No branches or pull requests
When I updated to R 4.4.0 under Windows 11, I cannot install any R packages from github now with this error
I don't think any PAT credential store locally. Any idea to fix this problem?
The text was updated successfully, but these errors were encountered: