NoteDeep
gitlab-ctl reconfigure
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

查看当前用户(global)配置
git config --global  --list

gitlab-runner 如何auth composer

https://docs.gitlab.com/ee/user/packages/composer_repository/#install-a-composer-package


评论列表

    gitlab-runner 如何auth composer