Git

Git credential helpers

This page lists available credential helpers.

Included in Git

  • git-credential-store: saves credentials in plaintext.
  • git-credential-cache: holds credentials temporarily in process memory. (Note that since credentials are lost when the cache expires or system restarts, this is inconvenient to store long-lived personal access tokens.)

Platform specific storage

OAuth

The following cross-platform helpers support authentication using OAuth. Initial authentication opens a browser window to the host. Subsequent authentication happens in the background.

Storage specific

Host specific

scroll-to-top