Bitbucked giving me 403 when pushing despite being Admin

故事扮演 提交于 2021-02-11 14:51:51

问题


I own a private repo on bitbucket that I haven't used in a long while.

Lately tried to push a new branch to it using git push --set-upstream origin hotfix-routing and got this info prompt in the terminal:

remote: Forbidden fatal: unable to access 'https://{{login}}@bitbucket.org/{{reponame}}.git/': The requested URL returned error: 403

I use bitbucket not so ofter and am not sure how to approach this issue.

Any help would be great


回答1:


I experienced the same thing but the circumstances may have been a bit different.

In my case, I use separate Bitbucket accounts for work and personal projects. I was logged into Sourcetree with my work account but trying to push from the command line to a remote repo at my personal account.

To fix my problem: I opened Sourcetree and navigated to Tools --> Options --> Authentication and changed my default account to my personal account. I returned to the command line and was able to push my commit.



来源:https://stackoverflow.com/questions/53213720/bitbucked-giving-me-403-when-pushing-despite-being-admin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!