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
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
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
Please or to participate in this conversation.