fix(core): Simple-git update broke https connection (#29998)

This commit is contained in:
Konstantin Tieber 2026-05-07 14:01:41 +02:00 committed by GitHub
parent 972d8d4ec7
commit 01300e9b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,7 @@ describe('SourceControlGitService', () => {
maxConcurrentProcesses: 6,
trimmed: false,
config: [`credential.helper=${expectedCredentialScript}`, 'credential.useHttpPath=true'],
unsafe: { allowUnsafeCredentialHelper: true },
}),
);
});

View File

@ -140,6 +140,7 @@ export class SourceControlGitService {
// ensures that the credentials are only used for the configured repositoryUrl of the environment
'credential.useHttpPath=true',
],
unsafe: { allowUnsafeCredentialHelper: true },
};
// Add proxy configuration if proxy environment variables are set