mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +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": [
|
"post_install": [
|
||||||
"git config --global credential.helper wincred"
|
"git config --global credential.helper wincred"
|
||||||
],
|
],
|
||||||
"env_set": {
|
"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."
|
||||||
"GIT_SSH": "$(resolve-path $(scoop which ssh))"
|
|
||||||
},
|
|
||||||
"depends": "openssh"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user