We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1efd105 + 9ac4791 commit 25b85a4Copy full SHA for 25b85a4
1 file changed
GVFS/GVFS/CommandLine/GVFSVerb.cs
@@ -312,11 +312,6 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment)
312
313
// Disable the builtin FS Monitor in case it was enabled globally.
314
{ "core.useBuiltinFSMonitor", "false" },
315
-
316
- // Set the GCM credential method to use OAuth tokens.
317
- // See https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/configuration.md#credentialazreposcredentialtype
318
- // for more information.
319
- { "credential.azreposCredentialType", "oauth" },
320
};
321
322
if (!TrySetConfig(enlistment, requiredSettings, isRequired: true))
0 commit comments