问题 I set up a build server and want to clone a project in Jenkins. I get the following error: fatal: unable to access 'https://github.com/habitat-sh/sample-node-app/': could not load PEM client certificate, LibreSSL error error:02FFF00D:system library:func(4095):Permission denied, (no key found, wrong pass phrase, or wrong file format?) It is on public GitHub, no certificates should be needed, everything is working correctly when I clone on terminal. Also, curl works without any problems. Do you