I have created a remote repo using my GitHub account at https://github.com/darKoram/sphero_tracker.git. So far it just contains some wiki pages, but I\'m ready to upload my
Why not follow the instructions GitHub gives you?
git remote add origin git@github.com:darkoram/shpero_tracker.git
git push -u origin master
The commands you're issuing are saying "push to the remote repo named origin the branch named git@github.com:/darkoram/shpero_tracker.git", which is obviously not correct.