当前位置: 首页 > 知识库问答 >
问题:

GitLab Remote:HTTP Basic:拒绝访问和致命身份验证

郎和志
2023-03-14
  • “Git push origin MyBranchName”抛出错误“HTTP Basic:拒绝访问”

我在GitLab中配置了密码。

我有SSL密钥创建后,项目是在GitLab上。

cd existing_folder
git init
git remote add origin https://gitlab.com/sobopla/Geronimod.git
git add .
git commit -m "Initial commit"
git push -u origin master

共有1个答案

朱季
2023-03-14

每次我被迫更改Windows密码时都会发生这种情况,但上面的任何一个答案都对我没有帮助。

请尝试以下适合我的解决方案:

>

  • 转到Windows凭据管理器。这是在一个EN-US Windows中通过按下Windows键并键入“credential”来完成的。在其他本地化Windows变体中,您需要使用本地化术语(参见注释以了解一些示例)。

  •  类似资料: