Git for Windows silent installation without "Credential Manager"

I want to install git (Git-2.14.1-64-bit.exe for example) using command line without setup credential.manager.

I've tried to find options in .

Any suggestion how to do this using flags or environment variables?

1 Answer

Based on ReplayChoice function and its use in the InitializeWizard event function, this command-line switch should do:

/o:UseCredentialManager=Disabled 

(or any other value except for Enabled)

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like