how clear already exist remote origin git code example
Example 1: git fatal: remote origin already exists.
git remote set-url origin https://github.com/your/repository
Example 2: how do I push a repo that says allready exists
git push -u origin master --force