随笔分类 - gitlab、git
gitlab
摘要:服务端:192.168.0.96 gitlab客户端:192.168.0.97 git服务端gitlab安装请参照: https://www.cnblogs.com/effortsing/p/10012158.html 客户端下载、打tag、推送代码如下操作: 安装git yum install -y git 配置ssh密钥 ssh-keygen -t rsa -f /root...
阅读全文
摘要:https://blog.csdn.net/chengzi_comm/article/details/78778284
阅读全文
摘要:外网要访问内网,内网出口必须有公网ip,且外网访问内部网络可以用花生壳,可以用主机端口映射 写ansible调api,打通内网到阿里云的master节点 如何将公司内网与云服务器内网打通 参照文档 https://www.aliyun.com/jiaocheng/138262.html 通过 Ope
阅读全文
摘要:https://blog.csdn.net/xukangkang1hao/article/details/80756085 gitlab使用webhook向jenkins发送请求,报错 Requests to the local network are not allowed 以下是官方给出解释:
阅读全文
摘要:转自 https://blog.csdn.net/u010042585/article/details/79378726 将本地项目push到GitHub时遇到的问题 1、$ git remote add origin时出现fatal: remote origin already exists.错误 只要执行一下git remote rm origin 在执行git remote a...
阅读全文
摘要:环境: 内存必须5G以上 centos7.5 服务端:192.168.0.74 客户端:192.168.0.73 GitLab的安装 1、在CentOS系统上,下面的命令将会打开系统防火墙HTTP和SSH访问。 yum install curl policycoreutils openssh-server openssh-clients -y systemctl enable s...
阅读全文