I am receiving this 'This repository moved. Please use the new location' when I use git push
'This repository moved. Please use the new location'
git push
this appears after am changing my user name on Github.
Do this to update your repo's address in your local repository. Replace new_username and repository_name as necessary.
new_username
repository_name
git remote set-url origin [email protected]:new_username/repository_name.git
2.1m questions
2.1m answers
60 comments
57.0k users