mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Git - enable commit signing using SSH key (#201298)
This commit is contained in:
@@ -46,7 +46,9 @@ function main(argv: string[]): void {
|
||||
if (askpassType === 'ssh') {
|
||||
if (/passphrase/i.test(request)) {
|
||||
// passphrase
|
||||
file = argv[6].replace(/^["']+|["':]+$/g, '');
|
||||
// Commit signing - Enter passphrase:
|
||||
// Git operation - Enter passphrase for key '/c/Users/<username>/.ssh/id_ed25519':
|
||||
file = argv[6]?.replace(/^["']+|["':]+$/g, '');
|
||||
} else {
|
||||
// authenticity
|
||||
host = argv[6].replace(/^["']+|["':]+$/g, '');
|
||||
|
||||
Reference in New Issue
Block a user