-
So been working with our internal team for packaging up Git and possibly using winget to keep things up to date. One item that came up was if we could set CURLOption to WinSSL as part of that work since it's required in our space. If I saveinf and then loadinf things seem to work as expected. I was trying to use winget though and stick with command line args. Taking the CURLOption=WinSSL and dumping on the command line doesn't seem to cut it. I can see in the installer.iss the wizard prompts, but given it's not a component it seems like I can't set it from the commandline unless the setup is compiled with some parameter parsing in the declarations. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can specify the CURL option like this: |
Beta Was this translation helpful? Give feedback.
You can specify the CURL option like this:
/o:CURLOption=WinSSL
. For more details, see git-for-windows/build-extra@8764c72.