remote origin already exists. github code example
Example 1: fatal: remote origin already exists.
git remote rm origin
Example 2: remote origin already exists.
git remote set-url origin git@github.com:ppreyer/first_app.git
git remote rm origin
git remote set-url origin git@github.com:ppreyer/first_app.git