致命:“https://gitlab.com/ 的身份验证失败

fatal: Authentication failed for 'https://gitlab.com/

我在尝试发布时遇到了这个身份验证错误。

fatal: Authentication failed for 'https://gitlab.com/[project_name]/[repo_name].git/'
/builds/[project_name]/[repo_name]/deploy/change-log.js:30
        throw error;
        ^

如果有人可以指导我,我将不胜感激。谢谢!

因为这是一个 Access denied 错误,并且因为代码包含 ACCESS_TOKEN env var,所以该令牌可能已与其帐户一起被撤销。

创建一个新的project access token and injecting it as a custom variable至少应该有助于解决那个问题。