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
I use
git push origin git@github.com:/darkoram/shpero_tracker.git
I also tried
git push origin https://github.com/darKoram/sphero_tracker.git
both times I get
remote part of refspec is not a valid name in >https://github.com/darKoram/sphero_tracker.git
The solution is to put the branch name at the end of the git command:
git push https://github.com/darKoram/sphero_tracker.git master