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." }