I'm trying to push into my repo for the first time and I did :
git init
git add .
git commit -m "first commit "
git push origin master
but it's cause an error :
PS D:\advSWE_assi7 (2)\advSWE_assi75\Exception-and-logging> git push origin master
error: src refspec master does not match any
error: failed to push some refs to
how can I fix it ?