I\'ve set up a local git repository on my computer, and I\'m trying to push that to a newly created Bitbucket account.
The problem is that Bitbucket gives me an s
s
Have you tried using?
git@bitbucket.org:accountname/reponame.git
You may take a look here