Use of `secretservice` as a backend store doesn't appear to be allowed when there's no `DISPLAY` environment variable: https://github.com/git-ecosystem/git-credential-manager/blob/b62021fdd7f0e28bf851580e0afd834976bd79d1/src/shared/Core/CredentialStore.cs#L247 But even the underlying MSAL library has a headless test for that: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/build/template-test-on-linux.yaml#L61 Can we just remove that check from GCM? Related: - https://github.com/git-ecosystem/git-credential-manager/issues/565