mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
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:
parent
3a6b7e5c5c
commit
a4217d666b
5
git.json
5
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."
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user