Environment variable to cache the password for a URL
gitcreds_get()
caches credentials in environment variables.
gitcreds_cache_envvar()
calculates the environment variaable name
that is used as the cache, for a URL.
gitcreds_cache_envvar(url)
url |
Character vector of URLs, they may contain user names and paths as well. See details below. |
Character vector of environment variables.
gitcreds_cache_envvar("https://github.com") gitcreds_cache_envvar("https://api.github.com/path/to/endpoint") gitcreds_cache_envvar("https://jane@github.com") gitcreds_cache_envvar("https://another.site.github.com")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.