問題描述
GitLab 社區版 發布不久,搭建在內網拉取項目報錯,可能提示
- unable to access 'https://github.comxxxxxxxxxxx': Failed to connect to xxxxxxxxxxxxx
- Git clone error - Invalid argument?
- error:14077438:SSL routines:SSL23_GET_S
15.11.13
https://gitlab.com/gitlab-org/gitlab-foss/-/tags/v15.11.13
解決
關閉ssl驗證
git config --global http.sslverify "false"