Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ajvanho's avatar
Level 14

How to push Nova app

I try to push Laravel Nova app to github, but have an error:

error: src refspec master does not match any
error: failed to push some refs to //my github path
0 likes
1 reply
devingray_'s avatar
Level 8

This is not an issue with Nova but actually an issue with your git

Did you do it like this

git checkout -b my-branch
git add .
git commit -m "commit message"
git push origin my-branch
1 like

Please or to participate in this conversation.