From f832c5e15d412cb4446fe9e8579d768d7c788074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20Grammeltvedt?= Date: Mon, 2 Jan 2017 20:40:33 +0100 Subject: [PATCH] Use git manager credential helper Manager has apparently replaced the wincred helper as of 2.x. --- git-with-openssh.json | 2 +- git.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {