From a4217d666ba5b492b714f828e42b0520137bdd45 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 1 Nov 2015 06:55:19 +1000 Subject: [PATCH] fix Git install failing for lots of people, include notes on how to get around SSH problems (#517 and #529) --- git.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git.json b/git.json index 24a0cf48cc..1c69505aa5 100644 --- a/git.json +++ b/git.json @@ -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." }