mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Update git.json
This commit is contained in:
parent
360409a2fd
commit
e0d5f0a147
6
git.json
6
git.json
@ -16,5 +16,9 @@
|
|||||||
"post_install": [
|
"post_install": [
|
||||||
"git config --global credential.helper wincred"
|
"git config --global credential.helper wincred"
|
||||||
],
|
],
|
||||||
"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."
|
"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.",
|
||||||
|
"checkver": {
|
||||||
|
"url": "http://git-scm.com/download/win",
|
||||||
|
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user