I want to pysh my project to a github repository called luna.git:
I followed the instructions echo “# luna” >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/raouiyounes/luna.git git push -u origin master
But I get this error
error: src refspec master does not match any.
error: impossible de pousser des références vers ‘https://github.com/raouiyounes/luna.git’