I'm trying to push a remote repository using
git push --set-upstream origin master
but I keep getting this error message
error: src refspec master does not match any
I'm following what someone else is doing and it works perfectly for them so I know the command is correct. I'm not sure what I'm supposed to do here.