GitLab remote: HTTP Basic: Access denied and fatal Authentication

前端 未结 30 2440
攒了一身酷
攒了一身酷 2020-11-28 00:06

I am on mac OS unlike this post:

  • 'git push origin MyBranchName' throws error "HTTP Basic: Access denied"

I have password conf

30条回答
  •  隐瞒了意图╮
    2020-11-28 00:34

    The only thing that worked for me was using https://username:Password@gitlab.com/user/projectgit instead of https://gitlab.com/user/projectgit. See https://gitlab.com/gitlab-com/support-forum/issues/1654

提交回复
热议问题