mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Merge pull request #1187 from asmundg/git-gcm
Use manager credential helper for git
This commit is contained in:
commit
3d7831d9fe
@ -28,7 +28,7 @@
|
||||
"usr\\bin\\ssh-keyscan.exe"
|
||||
],
|
||||
"post_install": [
|
||||
"git config --global credential.helper wincred"
|
||||
"git config --global credential.helper manager"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
|
||||
2
git.json
2
git.json
@ -20,7 +20,7 @@
|
||||
"git-bash.exe"
|
||||
],
|
||||
"post_install": [
|
||||
"git config --global credential.helper wincred"
|
||||
"git config --global credential.helper manager"
|
||||
],
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user