English 中文(简体)
在登记时如何将中国区域选项添加到GiteLab的电话号码核查中?
原标题:How to add China region option in Chrome to GitLab s phone number verification when registering?
  • 时间:2024-01-20 11:39:17
  •  标签:
  • gitlab
The bounty expires in 6 days. Answers to this question are eligible for a +200 reputation bounty. Blackteahamburger wants to draw more attention to this question.

When registering a new user with GitLab, there is no China region option for phone number verification. How to add China region option (+86) using DevTools in Chrome?

问题回答

EDIT:毫无疑问,你知道Ji Hu Gitlab?

www.un.org/Depts/DGACM/index_spanish.htm 申斥: 我对这项工作没有想法,因为我只有美国电话号码,而且这取决于发送文件的Gitelab方法。 值得尝试。

1. Right click over the "Country or region" that is selected, as shown here: enter image description here

在正确方面,你将看到这一因素:

<span class="gl-new-dropdown-button-text">
        ?? Taiwan (+886)
      </span>

and you can double click on ?? Taiwan (+886) to edit it. Change this to CH China (+86) and click enter. That should change the selection to display China

2. Right click over the Country Code (+1 in my case) and click Inspect, as shown here:

“enter

这将打开 Chrome夫的工具,强调你想要改变的希望因素。 该通知目前强调以下各条:<代码><div类别=“投入组-案文”>+1 </div>;即您希望改变的行文。

在“+1”上点略微翻一番,将其改为“+86”。 浮标进入贵板。 这将将主要数目改为86个而不是1个,并视此:

“在座的影像描述”/</a

我能够将其从开发工具中的“+1”改为“1”,我仍然为我工作,因此我感觉到,这有可能奏效。 让我知道你的成果。

EDIT 2: if the above does not work, it looks like Gitlab sometimes requires a phone number, and sometimes doesn t, based on this forum. It uses Arkose which detects risks to the platform; this "risk" score determines if a phone number is required. If you are in China, you ll likely be flagged because it seems normal Gitlab is unavailable in China; if you are on VPN, you are probably on a more "risky" IP according to Arkose. Your best bet would probably be getting an account made with your email from a less risky IP/device outside of China, if possible.

如果在GiteLab没有中国区域电话号码核查选择,则该国家法规不支持对电话号码进行核查。

Manipulating the DOM 或者试图通过幼.牛群伪造APICA申请,不会奏效,因为这种可能性并不存在。 原因可能是技术限制、实际的电话号码核实系统不支持该国(example),或该国的一项具体政策。

This blog post from GitLab mentions a thread that discusses limitations around some countries with phone number verification and two factor authentication.

尽管如此,GitLab有其他核查选择,包括电子邮件,因此,你无需核实电话号码。 我建议访问GitLab support,以进一步指导。





相关问题
Gitlab CI: conditionally ignore needs based on rules?

So I have a pipeline that builds docker images to be used later by other parts of the pipeline. I have set things up so this image-building part of the pipeline only triggers if special tags are ...

Google Colab x Gitlab Repository cloning problem

I am trying to clone my repository in Gitlab to Google Colab but kept receiving this below error. Google Colab has no issue with Github project cloning but Gitlab doesn t seem work. Cloning into <...

gitlab compare - get raw patch / diff file

My situation In both github and gitlab, I can compare two branches or refs in the UI: github: https://github.com/*/*/compare/1.x...2.x gitlab: https://*.*.*/*/*/-/compare/1.x...2.x In github, I can ...

Gitlab CI On Prem, Docker Image and ASP.NET Core 7

We have a .NET 6 application. We added CI using: image: mcr.microsoft.com/dotnet/sdk:6.0 before_script: - dotnet restore --packages $NUGET_PACKAGES_DIRECTORY build: stage: build script: - ...

4. 吉拉布-西姆勒,以创造合并后

我在DEV分行有以下电离板-ci.yml文档,其目标也是平等与发展。 由于将TARGET作为MASTER,没有自动产生MR。 我要知道......

How to find a deleted file in the project commit history?

Once upon a time, there was a file in my project that I would now like to be able to get. The problem is: I have no idea of when have I deleted it and on which path it was. How can I locate the ...

热门标签