解决内网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"
相关推荐
东北甜妹3 小时前
DevOps 和 Git,Gitlab
git·gitlab·devops
qq_白羊座3 小时前
GitLab CI + Jenkins 双流水线模式Jenkins 端配置
ci/cd·gitlab·jenkins
qq_白羊座3 小时前
GitLab CI 与 Jenkins
ci/cd·gitlab·jenkins
lisanmengmeng3 小时前
gitlab 配置的jenkins 链接错误
运维·gitlab·jenkins
qq_356408661 天前
Kubernetes 部署 GitLab Runner 及 Java CI/CD 实践指南
java·kubernetes·gitlab
Niliuershangba2 天前
ChestnutCMS 栗子内容管理系统:从入门到模板开发实战
java·git·开源·gitlab·github·开源软件·gitcode
heimeiyingwang4 天前
【架构实战】GitOps实践:让运维更优雅
架构·gitlab·jenkins
中国lanwp5 天前
GitLab 按访问IP动态切换项目下载/克隆地址原理与配置说明
网络协议·tcp/ip·gitlab
heimeiyingwang5 天前
【架构实战】Jenkins+GitLab CI/CD:持续集成与持续部署实践
架构·gitlab·jenkins
ASKED_20196 天前
GitLab CI|CD 配置笔记
笔记·ci/cd·gitlab