[git] fatal: unable to access https:// : SSL certificate problem: self signed certificate
カテゴリー: バージョン管理/git
2023-12-28
タイトル
セルフ証明書でエラー
無視設定にする
執筆:2023.12.28
編集:2023.12.28
編集:2023.12.28
セルフ証明書でエラー
$ git push origin --mirror
fatal: unable to access https:// : SSL certificate problem: self signed certificate
fatal: unable to access https:// : SSL certificate problem: self signed certificate
無視設定にする
$ git config --local http.sslVerify false
$ git push origin --mirror