I\'m getting the following errors in Git using BitBucket:
conq: repository does not exist. fatal: The remote end hung up unexpectedly
How do I
This error also occur when you rename your repo:
Edit .git/config and change from:
git remote add origin git@bitbucket.org:myname/myproject.git
to:
git remote add origin git@bitbucket.org:myname/my_new_project_name.git