Merge pull request #1187 from asmundg/git-gcm

Use manager credential helper for git
This commit is contained in:
Luke Sampson 2017-01-03 08:44:13 +11:00 committed by GitHub
commit 3d7831d9fe
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": {