问题描述

GitLab 社区版 发布不久,搭建在内网拉取项目报错,可能提示

  1. unable to access 'https://github.comxxxxxxxxxxx': Failed to connect to xxxxxxxxxxxxx
  2. Git clone error - Invalid argument 
  3. error:14077438:SSL routines:SSL23_GET_S

15.11.13https://gitlab.com/gitlab-org/gitlab-foss/-/tags/v15.11.13

解决

关闭ssl验证

git config --global http.sslverify "false"