お世話になります。初心者のため質問方法が不適切かもしれませんが、下記をご教示願えないでしょうか。

AWSのcloud9にて、ruby on rails tutorialを始めたのですが、第一章の1.4.3のBitbucketで、下記エラーメッセージが発生しGitにプッシュできず困っております。

具体的にはターミナルにて以下の通り入力

git remote add origin git@bitbucket.org:goshima / hello_app.git

→下記の通り表示される。

usage: git remote add [<options>] <name> <url>

    -f, --fetch           fetch the remote branches
    --tags                import all tags and associated objects when fetching
                          or do not fetch any tag at all (--no-tags)
    -t, --track <branch>  branch(es) to track
    -m, --master <branch>
                          master branch
    --mirror[=<push|fetch>]
                          set up remote as a mirror to push to or fetch from」

次に、git push -u origin --all と実行すると、下記のようなメッセージが表示されております。

fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

過去質問も検索しましたが、該当するものはなく、cloud9の環境?も2回全削除してトライしておりますが、上記エラーメッセージのままです。。お手数で恐縮ですが、どなたかご教示願えないでしょうか。