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 · 1784 阅读 · 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 · 1283 阅读 · 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 · 166 阅读 · 0 评论
分享