あるフリーランスエンジニアの色んなメモ!! ITスキル・ライフハックとか

Ubuntu:Problem with the SSL CA cert (path? access rights?)

事象

git clone を実行すると以下のエラーが発生する

git clone https://github.com/user/Project.git/

原因

認証局の証明書がインストールされていないため


対策

以下のコマンドで認証局の証明書をインストールする

apt-get install -y ca-certificates
comments powered by Disqus