So I am new to Git/github and ran into a issue. I created a test project and added to local repo. Now I am trying to add files/project to the remote repo.
Here's what I did (and this worked) -
git remote add origin git://github.com/my_user_name/my_repo.git
Now when I try to push the repo to github, using the following command, I get the following error -
git push origin master
Error -
fatal: remote error:
You can't push to git://github.com/my_user_name/my_repo.git
Use git@github.com:my_user_name/my_repo.git