the signing failure problem in the first logining of gitlab-ce and solution sharing

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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值