LoginSignup
0
0

More than 5 years have passed since last update.

git_pullでエラーになったとき

Posted at

gitサーバーとの通信にSSL方式を採用していたとき、普通にpullし、以下のようにエラーになった場合、

$ git pull
fatal: unable to access 'https://xxxxxxxx/abc/zzzzzzzz.git/': SSL certificate problem: self signed certificate

(主に簡易証明書、採用の場合)

以下のように回避する。

$ git config --global http.sslVerify false
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0