fix Git install failing for lots of people, include notes on how to get around SSH problems (#517 and #529)

This commit is contained in:
Luke Sampson 2015-11-01 06:55:19 +10:00
parent 3a6b7e5c5c
commit a4217d666b

View File

@ -16,8 +16,5 @@
"post_install": [
"git config --global credential.helper wincred"
],
"env_set": {
"GIT_SSH": "$(resolve-path $(scoop which ssh))"
},
"depends": "openssh"
"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."
}