I have tried to follow the solutions suggested in this post but it didnt work and I am still getting: src refspec master does not match any.
Here is what I did: Fo
This is happend to me once I forgot to add files. So I got the same error. All you need to do is add your files.
git add .
or the name of the files you want to add. you supposed to init first your repo with git init
.git commit -m 'Initial Commit'
.git push -u origin master