随笔分类 -  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... 阅读全文
posted @ 2019-03-06 13:48 effortsing 阅读(7034) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/chengzi_comm/article/details/78778284 阅读全文
posted @ 2018-12-19 13:39 effortsing 阅读(110) 评论(0) 推荐(0) 编辑
摘要:外网要访问内网,内网出口必须有公网ip,且外网访问内部网络可以用花生壳,可以用主机端口映射 写ansible调api,打通内网到阿里云的master节点 如何将公司内网与云服务器内网打通 参照文档 https://www.aliyun.com/jiaocheng/138262.html 通过 Ope 阅读全文
posted @ 2018-12-03 17:15 effortsing 阅读(3633) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/xukangkang1hao/article/details/80756085 gitlab使用webhook向jenkins发送请求,报错 Requests to the local network are not allowed 以下是官方给出解释: 阅读全文
posted @ 2018-11-24 15:05 effortsing 阅读(6067) 评论(0) 推荐(0) 编辑
摘要:转自 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... 阅读全文
posted @ 2018-11-24 14:58 effortsing 阅读(207) 评论(0) 推荐(0) 编辑
摘要:环境: 内存必须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... 阅读全文
posted @ 2018-11-24 14:56 effortsing 阅读(1165) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示