Answer the question
In order to leave comments, you need to log in
How to disable certificate checking when building an assembly?
When I try to add a link to my gitlab repo (it has a self-signed fake certificate), I get an error
Failed to connect to repository : Command "git ls-remote -h -- https://my-gitlab.local/test-repo.git HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access ' https: //my-gitlab.local/test-repo.git/ ': Problem with the SSL CA cert (path? access rights?)
git config --global http.sslverify false
Answer the question
In order to leave comments, you need to log in
git config --global http.sslverify false
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question