GitLab remote: HTTP Basic: Access denied and fatal Authentication

前端 未结 30 2423
攒了一身酷
攒了一身酷 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:43

    Just add your username before the domain:

    https://**username**@gitlab.com/user/projectgit
    

    And the assistant will ask you the password

提交回复
热议问题