Como remover a origem remota do Git Repo
git remote remove origin
Mysterious Mandrill
git remote remove origin
git remote remove origin
# If however, you wish to change to a new URL
# you can use the following command instead of
# removing and then adding again
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
# OR for SSH
git remote set-url origin [email protected]:USERNAME/REPOSITORY.git
git remote set-url origin git://new.url.here