11. Deploying the front end

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

same issue here. did you find the solution?

can try git push heroku main, instead of master

running in to the same issue :confounded: 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 :blush: