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
- Ran
git log -1locally and compared the email address I got with the one I got fromGitHubsettings. They’re exactly the same. - Verified the address has “verified” and “primary” tags displayed with it both in
GitHubandVercel. - Disconnected
Gitand connected it again inVercel, but it didn’t solve the issue.
Help me out on this