gitlab-runner注册失败

我注册gitlab-runner的过程中输入完tag之后就报错,说可能是网络问题。
有大佬可以帮忙看看吗。。
我看gitlab server的日志,显示如下:
Started POST “/api/v4/runners” for at 2023-04-25 17:12:48 +0800
Processing by Gitlab::RequestForgeryProtection::Controller#index as HTML
Can’t verify CSRF token authenticity.
Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 196)

OpenSSL::Cipher::CipherError ():
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/encryptor-3.0.0/lib/encryptor.rb:98:in final' /opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/encryptor-3.0.0/lib/encryptor.rb:98:in crypt’
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/encryptor-3.0.0/lib/encryptor.rb:49:in decrypt' /opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/attr_encrypted-3.1.0/lib/attr_encrypted.rb:240:in decrypt’
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/attr_encrypted-3.1.0/lib/attr_encrypted.rb:329:in decrypt' /opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/attr_encrypted-3.1.0/lib/attr_encrypted.rb:161:in block (2 levels) in attr_encrypted’
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activemodel-6.1.3.2/lib/active_model/validator.rb:150:in block in validate' /opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activemodel-6.1.3.2/lib/active_model/validator.rb:149:in each’
/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/activemodel-6.1.3.2/lib/active_model/validator.rb:149:in `validate’

可以看看 runner 的版本跟 gitlab 的版本是不是匹配的,如果前面做过迁移等可以看看 gitlab-secrets.json 有没有还原

最后可以试着跟 Back up and restore GitLab | GitLab 这个文档走然后再重新尝试注册试试看