diff --git a/git-with-openssh.json b/git-with-openssh.json index 7d749fe110..b8a9d78a8f 100644 --- a/git-with-openssh.json +++ b/git-with-openssh.json @@ -28,7 +28,7 @@ "usr\\bin\\ssh-keyscan.exe" ], "post_install": [ - "git config --global credential.helper wincred" + "git config --global credential.helper manager" ], "checkver": { "url": "https://github.com/git-for-windows/git/releases/latest", diff --git a/git.json b/git.json index 58b7aa5f42..bf5be4ccbe 100644 --- a/git.json +++ b/git.json @@ -20,7 +20,7 @@ "git-bash.exe" ], "post_install": [ - "git config --global credential.helper wincred" + "git config --global credential.helper manager" ], "notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell.", "checkver": {