centos统计某个文件夹占用空间大小 最最最常用的,记住这一个即可:du -sh * 执行结果如下: # du -sh * 25M apache-snapshots 2.1G central 67M central-m1 425M cen... 2018年10月12日 linux 浏览量:599 次 发表评论 阅读全文
maven下载aar包 一般情况下在dependency里我们只需要指定groupId,artifactId和version三项就可以确定一个包,不过这样的情况是默认会下载jar包,如果我们要下载aar包,就需要指定type... 2018年10月11日 maven 浏览量:1,501 次 发表评论 阅读全文
gitLabgitlab配置webhook,报错 url is blocked Requests to the local network are not allowed gitlab 10.6 版本以后为了安全,不允许向本地网络发送webhook请求,如果想向本地网络发送webhook请求,则需要使用管理员帐号登录,默认管理员帐号是admin@example.com,... 2018年10月10日 浏览量:6,316 次 2 阅读全文
gitlab页面里哪儿能设置webhooks 新版本的hook我找了好久,点击项目-》setting-》integration里面才有 具体设置参照https://blog.csdn.net/maggietian77/article/detail... 2018年10月10日 gitLab 浏览量:811 次 发表评论 阅读全文
curl: (35) SSL connect error 安装jenkins时报错curl: (35) SSL connect error 原因:curl的版本太旧了,升级curl的版本即可。 yum update curl.x86_64 2018年10月9日 jenkins 浏览量:610 次 发表评论 阅读全文
*.rpm 的公钥没有安装或者*.rpm is not signed yum安装jenkins时提示"*.rpm的公钥没有安装或者"*.rpm is not signed",只需将/etc/yum.conf中"gpgcheck=1"改为"gpgcheck=0"即可。 2018年10月9日 jenkins 浏览量:1,335 次 发表评论 阅读全文
gitLabGitLab 管理员账号初始化 取/修改超级管理员root的密码 a、 切换目录:cd /opt/gitlab/bin b、执行 :sudo gitlab-rails console production 命令 开始初始化密码 c、... 2018年10月9日 浏览量:1,339 次 发表评论 阅读全文
gitlab 邮箱配置后, 发邮件报错 EOFError: end of file reached gitlab 邮箱配置后, 发邮件报 EOFError: end of file reached 基本上上因为配置端口和是否使用ssl配置不匹配导致的。 1 使用2... 2018年10月9日 gitLab 浏览量:2,457 次 发表评论 阅读全文
CentOS-yum错误:Cannot retrieve repository metadata (repomd.xml) for repository: gitlab_gitlab-ce-source. Please verify its path and try again 在安装gitlab后再次使用yum install时总会报错,错误代码如下: Cannot retrieve repository metadata (repomd.xml) for reposito... 2018年10月8日 git 浏览量:1,100 次 发表评论 阅读全文