-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure http.sslcainfo in Git for Windows' own system-wide config #531
Comments
@dscho I know the issue still says its open, but is it really open? As I continue to work on the MSI installer on #682, if this is still an issue, I'd like to keep this issue in mind. There's no sense in creating an installer that doesn't resolve some of these long outstanding issues from the outset. I'm familiar with the "system-wide" git config in |
|
Oh, and yes: this issue is still open and awaits patiently the time when I can take care of it. |
@dscho: Thanks for the info! |
@dscho: I did some work on this with respect to the MSI installer on #682. The MSI installer now installs Also, because the installer is actually installing the I have one more lingering concern: I noticed in the original InnoSetup installer that when setting the option to enable the Git Credential Manager for Windows, the command
I am only running Git for Windows 2.7.1.windows.2, so maybe that has something to do with it? If not, how is it possible to configure Git such that running |
It should not... As far as Git for Windows is concerned, the "system" is really the MSYS2 environment. ProgramData is another level, one that core Git does not know (yet). |
The `http.sslCAInfo` config setting [is now private to the Git for Windows installation that owns the file](git-for-windows/git#531). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
At the moment, we configure this in
C:\ProgramData\Git\config
which is wrong becauseC:\ProgramData\Git\config
mostly aloneThe text was updated successfully, but these errors were encountered: