日記帳
本ページはプロモーションが含まれています
カテゴリー
Links
blog(ブログ)マスター
アンドロイドの巣
ゼロから始めるベランダ菜園
タイトル
ラジコン
2024年5月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

[git] fatal: unable to access https:// : SSL certificate problem: self signed certificate

2023-12-28
タイトル

執筆: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



ブログ内 関連記事: [git] fatal unable


ブログ内 関連記事: [git] fatal unable

トラックバック
トラックバックはありません。
PR

[PR]