Error "No credential store has been selected" when using multiple credential helpers #1283
Labels
enhancement
New feature or request
help-wanted
The core maintainers aren't planning to build this, but we would welcome a community contribution!
Git supports multiple credential helpers configured in sequence. I tried the following Git config to use a custom storage helper followed by GCM:
But GCM gave me error:
This refers to the choice of GCM's internal credential store. This error makes sense when GCM is the only Git credential helper, but is superfluous when multiple credential helpers are configured.
Workaround: effectively disable GCM's internal credential store by telling it to cache with timeout zero.
The text was updated successfully, but these errors were encountered: