Vercel is requiring that I give access to an unknown Github user to create deployments

This worked for me

git config --global user.name “[your github account name]”
git config --global user.email “[email associated with your github account]”