gitcreds icon indicating copy to clipboard operation
gitcreds copied to clipboard

Query git credentials from R

Results 9 gitcreds issues
Sort by recently updated
recently updated
newest added

# Problem `gitcreds_set()` doesn't seem to be setting anything: ```r > gitcreds::gitcreds_set() ? Enter password or token: ghp_XXXX -> Adding new credentials... -> Removing credentials from cache... -> Done. >...

This is tricky for many reasons: - should the credential helper call R? That is messy and not super reliable. Or should it be a standalone binary? That seems like...

feature

Hi! Fresh-starting a machine and was following the usethis guide, but ran into an issue where I forgot to set the credential helper to _something_ before trying to set credentials...

feature

Recommended package may not be available on all installations

I was trying to follow along with the [Github credentials guide on `usethis`](https://usethis.r-lib.org/articles/articles/git-credentials.html) and when I got to the point of running `gitcreds::gitcreds_set()` I got the following error: ``` >...

bug