Git、GitHub、GitLab三者之间的联系以及区别 在讲区别以及联系之前先简要的介绍一下,这三者都是什么 1.什么是 Git? Git 是一个版本控制系统。 版本控制是一种用于记录一个或多个文件内容变化,方便我们查阅特定版本修订情况的系统。 以前在没有使用版本控制的时候,我们通常在我们的项目根 ...
分类:
其他好文 时间:
2020-10-18 09:25:11
阅读次数:
22
1.首先切换到分支; git checkout hellomonkey 2.使用git pull 把分支代码pull下来; git pull 3.切换到主分支; git checkout master 4.把分支的代码merge到主分支; git merge hellomonkey 5.git pu ...
分类:
其他好文 时间:
2020-10-13 17:39:28
阅读次数:
56
1. 安装好之后,第一步,先执行 systemctl restart gitlab-runsvdir 2. 第二步,配置好你的ip和端口,在/etc/gitlab/gitlab.rb中 3. 第三步: 重置 gitlab-ctl reconfugure 4. 第四步:更改你的nginx,在 vim ...
分类:
其他好文 时间:
2020-10-13 17:14:28
阅读次数:
23
在Jenkins服务器中,安装GitLab和GitLab Hook 登录gitlab,生成一个Personal Access Tokens 打开settings找到Access Tokens设置生成token 进入Jenkins,添加api token 路径:首页 --> 凭据 --> 添加凭据添加 ...
分类:
其他好文 时间:
2020-10-13 16:54:56
阅读次数:
19
操作系统:CentOSLinuxrelease7.8.2003(Core)gitlab版本:gitlab-ce-12.3.9-ce下载镜像清华大学开源软件镜像站https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab
分类:
其他好文 时间:
2020-10-12 20:50:37
阅读次数:
34
查看之前是否设置过全局的user.name和user.email: git config --global --list 如果已设置,则删除: git config --global --unset user.name "你的名字" git config --global --unset user. ...
分类:
系统相关 时间:
2020-10-12 20:29:10
阅读次数:
28
我们是基于CentOS7来搭建的,所以同学们先准备好CentOS的环境,能上网就可以了. 其实安装步骤在GitLab的官网上都有很详细的介绍,同学们可以到官网按照这步骤来实现就可以了。 附上官网安装地址:https://about.gitlab.com/install/#centos-7 1.安装和 ...
分类:
其他好文 时间:
2020-10-12 19:58:08
阅读次数:
24
gitlab|==>/var/log/gitlab/unicorn/unicorn_stderr.log<==gitlab|ArgumentError:AlreadyrunningonPID:635(orpid=/opt/gitlab/var/unicorn/unicorn.pidisstale)gitlab|/opt/gitlab/embedded/lib/ruby/gems/2.5
分类:
其他好文 时间:
2020-10-10 18:10:34
阅读次数:
40
1 背景 在k8s中基于alpine做底层系统的容器进行git lfs push操作时,发现报错无法上传成功 Fatal error: Server error: http://git.ops.xxxxx.com/xxxx/yyyy.git/gitlab-lfs/objects/b6f9dd313c ...
分类:
Web程序 时间:
2020-10-10 17:45:46
阅读次数:
29