GitLab remote: HTTP Basic: Access denied and fatal Authentication

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

    it worked for me: I use Mac and I wrote the path on finder:

    ~/Library/Application Support/SourceTree

    I deleted the auth file which should be like

    yourUserName@STAuth-gitlab.yourAdress

    then tried to push and pull the code from the source tree and it worked.

    You can also read the following answers:

    https://community.atlassian.com/t5/Sourcetree-questions/How-to-update-HTTP-S-credentials-in-sourcetree/qaq-p/297564

提交回复
热议问题