You have to just remove the already existing orgin using the command
git remote rm origin
And then add a new one with a anyone name you want , it could be origin as well
git remote add "any_name" "your git repo"