Cómo eliminar el origen remoto de Git Repo
git remote remove origin
Mysterious Mandrill
git remote remove origin
# The example will remove the github remote.
# Note that the command will not delete the repository,
# just the local reference.
git remote rm origin
git remote remove origin
git remote remove [remote name]