Hey, @adjey6! Welcome to the Vercel Community ![]()
This has come up before in the community, what you need to do is:
Check your Git configuration matches exactly whats in GitHub:
git config --global user.email > git config --global user.name
- The email must match an email address associated with your GitHub account (not just your Vercel email)
- If you have multiple GitHub accounts, ensure you’re committing with the same one linked to Vercel
Let us know how that works for you!