代码编织梦想

problem

In this case,I was in trouble when I install the gitlab-ce service in my ubuntu system.The account I had create was losing efficacy.Because of this,I look up the material on the internet and the solution is to update the configuration of your gitlab-ce.

solution

  • 1.we should change our externel_url
sudo gedit /etc/gitlab/gitlab.rb

在这里插入图片描述and another port also need to update
在这里插入图片描述make your configuration rework

gitlab-ctl reconfigure 
gitlab-ctl restart
  1. Second step is set your super account
  • enter your bin catalogue
cd /opt/gitlab/bin
  • open your gitlab-ce console
sudo gitlab-rails console production

input as following

[root@gitlab bin]# sudo gitlab-rails console -e production
--------------------------------------------------------------------------------
 Ruby:         ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]
 GitLab:       14.0.5 (25fc1060aff) FOSS
 GitLab Shell: 13.19.0
 PostgreSQL:   12.6
--------------------------------------------------------------------------------
Loading production environment (Rails 6.1.3.2)
irb(main):001:0>  user = User.where(id: 1).first
=> #<User id:1 @root>
irb(main):002:0> user.password = '12345678'
=> "12345678"
irb(main):003:0> user.password_confirmation = '12345678'
=> "12345678"
irb(main):004:0>  user.save!
Enqueued ActionMailer::MailDeliveryJob (Job ID: f541a39e-274e-4f1c-8c04-157a4e933b93) to Sidekiq(mailers) with arguments: "DeviseMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x00007f8890503370 @uri=#<URI::GID gid://gitlab/User/1>>]}
=> true
irb(main):005:0> exit

and you got it.

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/qq2474842866/article/details/127005643

error itms-90164: "invalid code signing entitlements. the entitlements in your app bundle signature-爱代码爱编程

http://www.ifzero.net/2016/03/error-itms-90164-bundle-contains-key.html 1、ERROR ITMS-90164 … the bundle contain

gitlab管理之一–gitlab在centos7上手工安装_运维阿峰的博客-爱代码爱编程

1. 环境及条件: 系统:CentOS Linux release 7.5.1804 (Core) IP地址: 192.168.2.201 内存:建议至少2GB 权限:root用户权限 2. 安装gitlab服务器

gitlab cicd (二)系列之安装git-runner rpm安装方式_qinzhao168的博客-爱代码爱编程

本编是继gitlab cicd (一)系列之安装gitlb之后,基于安装gitlab-runner进行CI的部署教程(executor:docker) 系统 [root@gitlab-runner-64 ~]# cat

"xxxxx" doesn't include the application-identifier and keychain-access-groups entitlements.-爱代码爱编程

前日真机调试,报错如下: Showing All Messages Automatic signing is unable to resolve an issue with the "xxxxx" target's entitlements. Automatic signing can't add the application-identifier

helm部署gitlab-爱代码爱编程

helm部署gitlab。chart最新版本:4.4.3 namespace:public-service-ns.yaml apiVersion: v1 kind: Namespace metadata: name: public-service kubectl apply -f public-service-ns.yaml nfs存储:y

如何在 Alma Linux 8 上安装 GitLab?-爱代码爱编程

GitLab 是一款免费的开源 DevOps 软件,它附带多种工具,可在单个应用程序中开发、保护和操作软件。它提供免费的无限存储库和无限的协作者。它主要用于托管 Git 存储库,并具有其他与开发相关的功能,例如问题跟踪。它与 Github 和 Bitbucket 非常相似,允许个人和团队与他人远程共享代码。 GitLab 有四个主要版本: GitLab