I have changed the name of a repository using bitbucket settings interface,
but now I can't push from the command line
remote: Repository tdkdev/tdkwebapp not found
fatal: repository 'https://nunito@bitbucket.org/tdkdev/tdkwebapp.git/' not found
I have changed the name of a repository using bitbucket settings interface,
but now I can't push from the command line
remote: Repository tdkdev/tdkwebapp not found
fatal: repository 'https://nunito@bitbucket.org/tdkdev/tdkwebapp.git/' not found
You have to update the origin upstream:
git push --set-upstream origin tdkdev/tdkwebapp
You need to update where origin
points in each copy of the repo:
git remote set-url origin https://nunito@bitbucket.org/tdkdev/new-location.git