my github username is artmiprog
I checked my local git username. It is artmiprog too. My vercel usernamee is artmiprog, but when I create PR on github I receive a message from vercel bot " Git author wseng must have access to the project on Vercel to create deployments." But I know nothing about wseng. I never used this username
My commit is commented artmiprog commited 25 minutes ago… (for example)
Why Vercel considers my github account as wseng’s account?
The issue is likely with your git commit email configuration. Your commit shows you’re using “johndoe@example.com”, but Vercel needs this to match your Vercel account email to properly identify you. You can fix this by updating your git config:
Replace “your.vercel.account@email.com” with the actual email you use for your Vercel account. After updating this, new commits should be properly recognized.
At least, that’s how I understand the issue to be.