解决内网GitLab 社区版 15.11.13项目拉取失败

问题描述

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"
相关推荐
牛奶咖啡133 天前
Git实践——GitLab服务器的部署与使用
gitlab·gitlab是什么·gitlab有啥用·gitlab适用场景·gitlab的版本如何选·安装部署gitlab·gitlab的使用
lisanmengmeng4 天前
Gitlab搭建
gitlab
dapeng-大鹏6 天前
记一次 GitLab Let‘s Encrypt 证书申请失败的排查与修复
gitlab
身如柳絮随风扬6 天前
使用 Docker 部署 GitLab 并分配用户账号 —— 保姆级教程
docker·容器·gitlab
鼎道开发者联盟7 天前
鼎享会 | 从手工到自动化:OpenClaw改造GitLab内部协作流程的全过程
自动化·gitlab·openclaw
ℳ₯㎕ddzོꦿ࿐8 天前
告别手工发版:用 GitLab CI/CD 打通前后端自动化部署的“任督二脉”
ci/cd·自动化·gitlab
ℳ₯㎕ddzོꦿ࿐8 天前
实战:在 Linux 系统用 Docker-Compose 优雅部署 GitLab 及防坑指南
linux·docker·gitlab
源图客8 天前
Linux(CentOS9)服务器部署gitlab-ce-18.11.1-ce.0.el9.x86_64.rpm
linux·服务器·gitlab
ℳ₯㎕ddzོꦿ࿐8 天前
实战篇:结合 GitLab CI/CD 实现 Spring Cloud 微服务自动化部署与防坑指南
spring cloud·ci/cd·gitlab
菜萝卜子9 天前
【Git】GitLab 18.9 全局服务器钩子(Server Hooks)官方规范与落地实践
服务器·git·gitlab