随笔分类 - git
摘要:要求 在注册runner之前,您必须首先: 将其安装在与安装 GitLab 的服务器不同的服务器上 获取令牌: 对于共享运行器,让管理员转到 GitLab 管理区域并选择Overview > Runners 对于group runner,转到CI/CD > Runners 对于project run
阅读全文
摘要:git设置 # git config --global http.postBuffer 1048576000 manifest.xml 原始的manifests.xml文件在源头代码repo仓库中 # ls -l .repo/ total 40 drwxrwxr-x 5 1001 1001 4096
阅读全文
摘要:ubuntu $ sudo apt-get install repo 清华源 # curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo # chmod +x repo google $ mkdir -p ~/.bin $ PAT
阅读全文
摘要:安装jdk11 下载jdk # wget -O jdk-11.0.18_linux-x64_bin.tar.gz https://download.oracle.com/otn/java/jdk/11.0.18+9/e9f4529b2fa84718a553a389cb2a6629/jdk-11.0.
阅读全文
摘要:repo Manifest Format <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="aosp" # 在每一个.git/config文件的remote项中用到这个name。remote "aosp" fetch="g
阅读全文
摘要:启用2AF 登录测试 参考文档 https://docs.gitlab.com/ee/security/two_factor_authentication.html#enforce-two-factor-authentication
阅读全文
摘要:环境要求 8 + of CPU 16 GB+ of RAM 50 GB+ of drive space docker-compose.yml version: '3.6' services: web: image: 'gitlab/gitlab-ce:latest' restart: always
阅读全文
摘要:一 背景介绍 repo库迁移及批量创建gitlab项目 二 软件版本 [root@gitlab ~]# cat /opt/gitlab/embedded/service/gitlab-rails/VERSION 10.5.5 三 创建group 3.1 官方文件 https://docs.gitla
阅读全文

浙公网安备 33010602011771号