I am following the rails tutorial and got stuck on chapter 1.4.3 Bitbucket.
https://www.railstutorial.org/book/beginning#sec-bitbucket
This is what I have written and the answer I get.
pellem@rails-tutorial:~/workspace/hello_app (master) $ git remote add origin git@bitbucket.org:pellemartenson/hello_app.git
fatal: remote origin already exists.
pellem@rails-tutorial:~/workspace/hello_app (master) $ git push -u origin --all
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
Everything up-to-date
I found some similar questions and tried some of the suggestion. But It doesn't work for me or I don't understand the answer.
Best Solution
If using bit bucket, it takes certain steps for granted and as such can give you lot of pain. But here is how I fixed this issue. In your root directory of your project
Then follow the steps from the initial page of the repo
Hope I've helped someone!