cant push the repository to bitbucket: getting Authentication failed for 'https://rajat_jain_@bitbucket.org/rajat_jain_/blog.git/'

rajat JAIN March 30, 2015

I am trying to push git repository on bitbucket.

i Already have a Git repository on my  computer? i followed the instructions

cd /path/to/my/repo git remote add origin https://rajat_jain_@bitbucket.org/rajat_jain_/blog.git git push -u origin --all # pushes up the repo and its refs for the first time git push -u origin --tags # pushes up any tags

after typing third command it ask me for password.i type my ubuntu password.

to which it shows 

fatal: Authentication failed for 'https://rajat_jain_@bitbucket.org/rajat_jain_/blog.git/

what should i do ?

 

1 answer

1 accepted

1 vote
Answer accepted
Felipevsw
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 30, 2015

Hi, Rajat!

Not sure if I understood your problem correctly. But when you say you typed your ubuntu password, do you mean your local machine's user? If so, it's not what you should do.
When you run git push from your local machine to your Bitbucket repository you need to enter your Bitbucket's user password. The same you use to log in to https://bitbucket.org

rajat JAIN March 31, 2015

Worked for me !Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events