GitLab remote: HTTP Basic: Access denied and fatal Authentication

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

    GO TO C:\Users\<> AND DELETE THE .gitconfig file then try a command that connects to upstream like git clone, git pull or git push. You will be prompted to re-enter your credentials. Kindly do so.

提交回复
热议问题