Git
恶魔楚轩
各位观众姥爷们,欢迎点赞和评论指正哦
展开
-
git学习笔记(持续新增)
git config --global user.name “恶魔楚轩” //设置全局姓名git config --global user.email “12345678@qq.com” //设置全局邮箱git remote add origin git@gitee.com:haha/haha.git //添加远程仓库git push -u origin master ...原创 2019-10-17 10:00:05 · 150 阅读 · 0 评论 -
GitLab-Runner的安装与注册
GNU / Linux 安装gitlab-runner:其安装在与安装GitLab的位置不同的服务器上1.下载gitlab-runner二进制可执行源文件 x86-64sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/git...原创 2019-04-30 11:40:43 · 1256 阅读 · 0 评论 -
Centos7-GitLab的安装与配置
1.安装并配置必要的依赖项sudo yum install -y curl policycoreutils-python openssh-serversudo systemctl enable sshdsudo systemctl start sshdsudo firewall-cmd --permanent --add-service=httpsudo systemctl reload...原创 2019-04-30 16:09:27 · 211 阅读 · 0 评论