I am new to Bitbucket & I am trying to set up my firest repository. I am following the direction embedded in the wizard and when I get to the point below I get an error.
git push -u origin --all
fatal: Authentication failed
I have imported my ssh key to the account to no avail. When I set up the account I attempted to confirm my e-mail address via the automated e-mail that was sent but I got a message saying it expired. Which was odd since I did in short order. I searched the site for options to resend but I could not find any.
This newbie would appreciate any direction.
Thank You
Community moderators have prevented the ability to post new answers.
You should be able to resend the validation email here https://bitbucket.org/account/#email-addresses
You might also verify that origin is setup correctly. The command below will show you what it's pointed at.
git remote -v
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.