After checking Upload my project to github I still have no idea how to get a project uploaded to my Git Hub repository.
I\'m new to GitHub and I have no idea what to
Follow these two steps:
git add remote origin https://github.com/userName/repo.git
Here the repo.git will be your newly created remote repo.This will work like a charm. No need to worry about the SSH or HTTPS ways. I first faced the same issue and spent hours for solution. But this worked for me.