I have a working branch in the Mac name database, and I would like to push this branch to GitHub and tried to do this by doing:
git push -u origin database
And get the following error message:
You can't push to git://github.com/Paratron/spacebattles.git Use git@github.com :Paratron/spacebattles.git
Are there known problems that may be causing this? Are there any probable errors that I could make that lead to this error?
source share