GitLabなど自前でGitサーバを立て、さらにSSL認証を入れている場合、以下のようなエラーが出る。これは、SSL認証失敗によるものである。
fatal: unable to access 'https://xxxxxx.xxx/xxxxx.git/': Peer certificate cannot be authenticated with known CA certificates
証明書を認証・更新するのがベストですが、オレオレだし面倒だしSSL認証しない設定にする。(あんまり良くない)
git config http.sslVerify false