エラーProblem with the SSL CA cert
が発生していました gitリポジトリのクローンを作成している間。
[root@vmforpbs ~]# git clone https://github.com/adaptivecomputing/torque.git Cloning into 'torque'... fatal: unable to access 'https://github.com/adaptivecomputing/torque.git/': Problem with the SSL CA cert (path? acc ess rights?)
SSLCA証明書の問題
エラーは、標準のルートCAがインストールされていないためです。つまり、gitはHTTPSサイトのSSL証明書を検証できませんでした。
私のために働いた問題を修正するための解決策は、ca-certificates
をインストールすることでした バンドル:
[root@vmforpbs ~]# yum install -y ca-certificates
ca-certificatesバンドルがすでにインストールされていても機能しない場合は、以下に従ってください。
[root@vmforpbs ~]# update-ca-trust force-enable