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
Https addresses on GitHub are read-only. As far as I know, SSH is your only option if you need write access. See poke's answer.
Btw your slashes are wrong, it's ssh:// and https://
ssh://
https://