Pushing to git but no deployments are triggered

I’ve been pushing to git / vercel no problem for months. for whatever reason today, when i push to git, nothings happening on the vercel side. I am expecting deployments to show a new version, but i dont see anything happening or updating. git is receiving the update, but vercel is non-responsive.

Hi,

You can only deploy commit from the repository that you are owner of and have same email linked to Vercel account. If you have commit SHA, we can take further look.

at first i thought maybe vercel and github were under different emails but it looks like they both have the same primary email. i tried two commits, one to my staging branch and then another to my main branch

first staging commit 3f2a9ed53a860db942f3bd86b1c589c77f93d56a
second main commit d2b0bddea82f2f4f6693acdd5ff81bb12ba07b72

I needed to add my email address into git config

I have the same problem,
When commit from my mac it doesn’t trigger deployment, but commit from github directly works.
I’ve check and I do have configured my email address in git config

NVM I saw that the email on github was not the same as the email I’ve config on my mac
Problem solved!

2 Likes