git: Use Git Credential Manager Core (#1595)

This commit is contained in:
Andreas Maechler 2020-11-17 18:07:45 -07:00 committed by GitHub
parent 6a786baf1f
commit de25ea9d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"hash": "7479d7de99175e6fc5277fda14af240089bbd96fd60603e517dfb960213a679d" "hash": "7479d7de99175e6fc5277fda14af240089bbd96fd60603e517dfb960213a679d"
} }
}, },
"post_install": "git config --global credential.helper manager", "post_install": "git config --global credential.helper manager-core",
"bin": [ "bin": [
"cmd\\git.exe", "cmd\\git.exe",
"cmd\\gitk.exe", "cmd\\gitk.exe",