mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
Fixed error setting certificate verify locations
This commit is contained in:
parent
0ec86c4cca
commit
20b4ab940d
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[http]
|
[http]
|
||||||
sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
|
sslCAInfo = /ssl/certs/ca-bundle.crt
|
||||||
sslBackend = openssl
|
sslBackend = openssl
|
||||||
[diff "astextplain"]
|
[diff "astextplain"]
|
||||||
textconv = astextplain
|
textconv = astextplain
|
||||||
|
@ -10,5 +10,3 @@
|
||||||
required = true
|
required = true
|
||||||
[credential]
|
[credential]
|
||||||
helper = manager
|
helper = manager
|
||||||
[core]
|
|
||||||
editor = 'C:\\Program Files\\Notepad++\\notepad++.exe' -multiInst -notabbar -nosession -noPlugin
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue