agiertli
Results
1
comments of
agiertli
Another solution (tested locally) is to run: `git config --system http.sslCAInfo /path/to/gitlab/cert` I then executed this in the theia-ide pod: ```git config --global http.sslCAInfo /public-certs/gitlab-certs.cert-java.cer git clone https://gitlab.apps.cluster-5q5jt.5q5jt.sandbox1447.opentlc.com/dev-team1/test-project.git ``` and...