gitlab-runner register --tls-ca-file=/etc/gitlab/ssl/gitlab.notedeep.com.crt
git升级后报错:unable to access 'https:URL': Peer's Certificate issuer is not recognized?
https://stackoverflow.com/questions/19461833/what-does-this-error-message-imply-fatal-unable-to-access-httpsurl-peers
https://stackoverflow.com/a/4454754
git config --global http.sslCAPath /etc/pki/tls/certs
git config --global --list
gitlab-runner 如何auth composer
https://docs.gitlab.com/ee/user/packages/composer_repository/#install-a-composer-package