The repository moved
I rename a repository on GitHub web site before. When I push updates from the local instance, I receive a notice “The repository moved”.
Type these command:
git remote rm origin
git remote add origin [updated link]
I rename a repository on GitHub web site before. When I push updates from the local instance, I receive a notice “The repository moved”.
Type these command:
git remote rm origin
git remote add origin [updated link]