タイトル

執筆:2023.12.28
編集:2023.12.28


セルフ証明書でエラー

$ git push origin --mirror
fatal: unable to access https:// : SSL certificate problem: self signed certificate

無視設定にする

$ git config --local http.sslVerify false

$ git push origin --mirror