Slightly related to #276, but git-lfs does not support sslCAInfo, so if I have a ca to point to, no dice.
Further more it does not support "urlmatch" for additional http in the config either, so if in my global ~/.gitconfig I...
This works of course,
I can not
[http "https://only.one.site.com/"]
sslVerify = False
I think this it mainly due to b94361f git-lfs/lfs/http.go Line: 41, but That's my 5 second guess
Needless to say,
[http "https://only.one.site.com/"]
sslCAInfo = /home/me/.ssl/trusted.crt
Won't work either.
Slightly related to #276, but git-lfs does not support sslCAInfo, so if I have a ca to point to, no dice.
Further more it does not support "urlmatch" for additional http in the config either, so if in my global ~/.gitconfig I...
This works of course,
I can not
I think this it mainly due to b94361f git-lfs/lfs/http.go Line: 41, but That's my 5 second guess
Needless to say,
Won't work either.