I switched from github to bitbucket. Instead of doing the rational thing and just importing the files, I deleted them on github.
Here's the steps I took, but they are not working.
$ git remote add origin [email protected]:RallyWithGalli/personalcontrolcenter.git
fatal: remote origin already exists.
Since it already exists I then moved onto the next step.
$ git push -u origin --all
ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I don't know how to fix this error. I'd love to just be able to erase everything in git and start from scratch if that can easily be done.