Use git manager credential helper

Manager has apparently replaced the wincred helper as of 2.x.
This commit is contained in:
Åsmund Grammeltvedt 2017-01-02 20:40:33 +01:00
parent 74e1f9e39d
commit f832c5e15d
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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": {