[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel deployment blocked by Git Email Invalid error on Hobby plan 1 view · 0 likes · 2 posts selah (@sherifselahadin-9054) · 2026-04-09 Peace ## Problem I was trying to redeploy my frontend, here is the error I’m getting as I hover over my profile picture in my project: > **Git Email Invalid** > `me@gmail.com` > No matching user > Unavailable And this as I hit redeploy: > **The Deployment was blocked because there was no git user associated with the commit. Hobby teams do not support collaboration. Please upgrade to Pro to add team members.** ## What I've Tried 1. Ran `git log -1` locally and compared the email address I got with the one I got from `GitHub` settings. They’re exactly the same. 2. Verified the address has "verified" and "primary" tags displayed with it both in `GitHub` and `Vercel`. 3. Disconnected `Git` and connected it again in `Vercel`, but it didn’t solve the issue. Help me out on this Amy Egan (@amyegan) · 2026-04-09 It sounds like a metadata mismatch. Does the email on the commit match one of the email addresses on your Vercel account?