credentials icon indicating copy to clipboard operation
credentials copied to clipboard

Tools for Managing SSH and Git Credentials

Results 11 credentials issues
Sort by recently updated
recently updated
newest added

Adds support for gitlab personal access tokens and ssh setup I created two new functions: - `set_gitlab_pat()` - A copy of `set_github_pat()` with modifications to work with the gitlab API...

Many open questions: - Should we support usernames in the url? Not all managers allow this, GCM-core always overrides the username. Update: gabor suggests using `GCM_AUTHORITY=Basic`. - Should we slugify...

I don't know how it got past the defenses, but _somehow_ loading this package on macOS that did not have developer tools set up ended up causing an error (https://github.com/zkamvar/sandpaper-docs/issues/33#issue-906158584)....

Some but not all R packages which use git credentials are hard-coded to expect tokens to be stored as `GITHUB_PAT` only. The official [GitHub cli](https://github.com/cli) now only accepts tokens [stored...

See https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal-authentication-experience/

More re: me trying to control verbosity of credentials and gert in usethis's usage. credentials itself is also emitting messages and also the kind that look like errors (the "Looking...

I naively ran `remotes::install_github("ropensci/credentials")`

With recent git versions on Linux and Windows we see a timeout (maybe due to user prompt) ```r > ### Name: credential_api > ### Title: Retrieve and store git HTTPS...

I am seeing the following error message when setting my credentials for a private GitLab instance from my company Windows laptop: ```r credentials::git_credential_ask("https://gitlab.private.com") #> fatal: credential-cache unavailable; no unix socket...

Found at rocker-org/devcontainer-images#39. It appears that when the `credentials` package is installed, the following `~/.gitconfig` file is generated and left intact. ```.gitconfig [credential] helper = cache ``` Is this the...