
Gitlab
Gitlab学习
LetsStudy
The growth of age will not be a hindrance to study.
展开
-
1.3 webstorm配置git
一、首先,先在windows上安装git,一直安装即可二、开启webstorm版本控制三、连接远程仓库先复制gitlab仓库地址连接远程仓库如果仓库中没有版本提交记录,可以commit,再push,如果有版本记录push会报错,可以先clone下来,再push...原创 2021-02-17 23:33:32 · 1699 阅读 · 0 评论 -
1.2 gitlab创建项目并生成密钥
一、更改gitlab语言为中文二、创建一个新项目三、生成密钥ssh-keygen//输入保存密码的路径,可以预先建好目录Enter file in which to save the key (/root/.ssh/id_rsa): /home/password/.ssh/id_rsa//输入密钥,提交代码时使用Enter passphrase (empty for no passphrase)Enter same passphrase again四、在设置/SS.原创 2021-02-17 16:50:32 · 1233 阅读 · 0 评论 -
1.1 centos7安装gitlab
官方文档:https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/7/gitlab-ce-13.6.7-ce.0.el7.x86_64.rpm一、本文采用官方文档中的快速安装方法curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash二、安装sudo yum install gitlab-c原创 2021-02-17 01:15:39 · 144 阅读 · 0 评论