Fatal: Remote origin already exists on git push to a new repository

373    Asked by Aalapprabhakaran in Devops , Asked on Jun 14, 2021

 I have my project on GitHub at some location, git@github.com:myname/oldrep.git.

Now I want to push all my code to a new repository at some other location, git@github.com:newname/newrep.git.

I used the command:

git remote add origin git@github.com:myname/oldrep.git

but I am receiving this:

fatal: remote origin already exists.



Your Answer

Interviews

Parent Categories