Authentication failed to bitbucket

前端 未结 25 1180
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 23:29

I\'m trying to push my project via the https protocol on bitbucket using sourcetree.
But I can\'t connect to bitbucket with my login and password (which work on the webs

25条回答
  •  臣服心动
    2020-12-23 00:03

    If you made an account using google/ other oauth, then you need to set a bitbucket password for your account first. The URL for that is : https://bitbucket.org/account/user// or look for Bitbucket settings under the menu.

    Then can login from git (I tried via command line). I use the built in manager for credentials :

    credential.helper=manager

    Now, after I set the password on the bitbucket site (email verified too), and tried to push again, it prompted me for the password, then pushed the code.

    Menu location image on bitbucket web page -> http://ctrlv.in/747291 as of May 2016.

提交回复
热议问题