欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页gitLab文章

gitlab点击admin area的任何设定时报错500 Whoops,something went wrong on our end.

查看log具体报错信息如下: Processing by Admin::ApplicationSettingsController#update as HTML Parameters: {"utf8"...
2019年5月21日 gitLab 浏览量:5,802 次 2
阅读全文

Gitlab的developer角色的人没有push权限无法提交

之后提交初始代码到master分支后,他们拉取代码后进行开发,之后再提交时发现无法提交,提示没有权限。 解决方案 研究了下Gitlab,最终解决方案是:在项目的【Setting】中的【Protecte...
2018年11月27日 gitLab 浏览量:586 次 发表评论
阅读全文

GitLab访问502错误 gitlab is taking too much time to respond的解决方法2

今天居然又遇到了gitlab的502错误 gitlab is taking too much time to respond 记得上一次遇到这个错误是通过我的之前一篇博文的方法解决的,但这次不行。 h...
2018年11月26日 gitLab 浏览量:2,803 次 发表评论
阅读全文

GitLab访问502错误的解决方法

今天重启服务器后启动gitlab,结果发生502错误。 原因是gitlab配置文件里设置的端口号被占用了。。把占用端口的进程强制Kill掉重新启动就OK了。 gitlab-ctl reconfigur...
2018年10月31日 gitLab 浏览量:2,499 次 发表评论
阅读全文
gitlab配置webhook,报错 url is blocked Requests to the local network are not allowed gitLab

gitlab配置webhook,报错 url is blocked Requests to the local network are not allowed

gitlab 10.6 版本以后为了安全,不允许向本地网络发送webhook请求,如果想向本地网络发送webhook请求,则需要使用管理员帐号登录,默认管理员帐号是admin@example.com,...
2018年10月10日 浏览量:5,044 次 2
阅读全文

gitlab页面里哪儿能设置webhooks

新版本的hook我找了好久,点击项目-》setting-》integration里面才有 具体设置参照https://blog.csdn.net/maggietian77/article/detail...
2018年10月10日 gitLab 浏览量:606 次 发表评论
阅读全文
GitLab 管理员账号初始化 gitLab

GitLab 管理员账号初始化

取/修改超级管理员root的密码 a、 切换目录:cd /opt/gitlab/bin b、执行 :sudo gitlab-rails console production 命令 开始初始化密码 c、...
2018年10月9日 浏览量:1,064 次 发表评论
阅读全文

gitlab 邮箱配置后, 发邮件报错 EOFError: end of file reached

gitlab 邮箱配置后, 发邮件报  EOFError: end of file reached   基本上上因为配置端口和是否使用ssl配置不匹配导致的。 1 使用2...
2018年10月9日 gitLab 浏览量:1,854 次 发表评论
阅读全文

自己搭建的gitlab在别人机器上git clone的步骤

1.注册gitlab 首先,需要注册gitlab,由于gitlab注册时会返回一个google的验证码,google又被墙了,所以gitlba注册不了,但是可以注册github账号,用github账号...
2018年9月21日 git 浏览量:878 次 发表评论
阅读全文

文章导航

第 1 页 第 2 页

广告位招租,联系QQ 287214764

全部热门文章

  • 梦然-少年.mp3百度云下载梦然-少年.mp3百度云下载03/28 浏览量:17,197 次
  • 周杰伦-珊瑚海.mp3百度云下载周杰伦-珊瑚海.mp3百度云下载01/06 浏览量:14,458 次
  • 锦零-桃花笑.mp3百度云下载锦零-桃花笑.mp3百度云下载03/21 浏览量:9,030 次
  • Activiti7实现驳回功能Activiti7实现驳回功能02/21 浏览量:7,400 次
  • activiti7与springboot整合启动报错Consider revisiting the entries above or defining a bean of type 'javax.sql.DataSource' in your configurationactiviti7与springboot整合启动报错Consider revisiting the entries above or defining a bean of type ‘javax.sql.DataSource’ in your configuration02/14 浏览量:7,201 次

近期热门文章

    热评文章

      随机文章

      • gitlab 邮箱配置后, 发邮件报错 EOFError: end of file reached gitlab 邮箱配置后, 发邮件报错 EOFError: end of file reached 10/09 浏览量:1,854 次
      • Gitlab的developer角色的人没有push权限无法提交 Gitlab的developer角色的人没有push权限无法提交 11/27 浏览量:586 次
      • GitLab 管理员账号初始化 GitLab 管理员账号初始化 10/09 浏览量:1,064 次
      • 注册gitLab时报错There was an error with the reCAPTCHA. Please solve the reCAPTCHA again. 注册gitLab时报错There was an error with the reCAPTCHA. Please solve the reCAPTCHA again. 09/20 浏览量:5,574 次
      • 自己搭建的gitlab在别人机器上git clone的步骤 自己搭建的gitlab在别人机器上git clone的步骤 09/21 浏览量:878 次
      Copyright ©  zpy博客  版权所有.

      登录 找回密码

      输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

      • 文章目录
      • 繁