mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(core): Simple-git update broke https connection (#29998)
This commit is contained in:
parent
972d8d4ec7
commit
01300e9b9b
|
|
@ -329,6 +329,7 @@ describe('SourceControlGitService', () => {
|
|||
maxConcurrentProcesses: 6,
|
||||
trimmed: false,
|
||||
config: [`credential.helper=${expectedCredentialScript}`, 'credential.useHttpPath=true'],
|
||||
unsafe: { allowUnsafeCredentialHelper: true },
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user