Hi everyone,
during deploying the front end part, while pushing the code to the heroku master, I am getting the below error.
anyone aware of this…
❯ git push heroku master
error: src refspec master does not match any
error: failed to push some refs to ‘https://git.heroku.com/protected-ridge-50541.git’
huislaw
2
same issue here. did you find the solution?
huislaw
3
can try git push heroku main, instead of master
MikiMe
4
running in to the same issue can you help ?
What’s the name of the branch in Git?
Hello
after git commit -m “Initial Commit”
you need to set you identity (tell who are you)
so run these to commands:
git config --global user.email “you@example.com”
git config --global user.name “github_username”
hope this be usefull