You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10 tests fail because GCM prints an unexpected line to stderr "Cannot prompt because user interactivity has been disabled.". t0303-credential-external.sh assumes that a helper exits silently status 0 if it can't find a credential. This is the behaviour of other helpers including credential-cache and credential-store.
5 tests fail for various more interesting reasons.
If possible, it would be nice to change GCM to exit silently status 0 like other helpers. Alternatively, define a GCM_SILENT_EXIT option with this behaviour.
The text was updated successfully, but these errors were encountered:
hickford
changed the title
Error "Cannot prompt because user interactivity has been disabled" when
Git tests t0303-credential-external fail "Cannot prompt because user interactivity has been disabled"
Oct 26, 2023
Git includes a set of tests for credential helpers https://github.com/git/git/blob/master/t/t0303-credential-external.sh
I tried to test GCM with cache store choosing appropriate non-interactive options:
15 of 21 tests fail.
10 tests fail because GCM prints an unexpected line to stderr "Cannot prompt because user interactivity has been disabled.". t0303-credential-external.sh assumes that a helper exits silently status 0 if it can't find a credential. This is the behaviour of other helpers including credential-cache and credential-store.
5 tests fail for various more interesting reasons.
If possible, it would be nice to change GCM to exit silently status 0 like other helpers. Alternatively, define a GCM_SILENT_EXIT option with this behaviour.
The text was updated successfully, but these errors were encountered: