프로그래밍/개발메모

Git author Unknown must have access to the team lee gun il's projects on Vercel to create deployments. / vercel 배포실패 오류

SIDNFT 2025. 11. 4. 19:12
반응형

보안이 바뀐건지 몇달 안쓰다 다시 스려고 하니 이런 오류가 났다

이메일로도 경고가 오는데

누군가 커밋을 했고 배포하려한다는 내용이다.

 

github 계정과 이메일을 일치 시키라는 방법을 알려주는 문서 링크를 줍니다.

링크: https://docs.github.com/en/account-and-profile/how-tos/email-preferences/setting-your-commit-email-address#setting-your-commit-email-address-in-git

 

Setting your commit email address - GitHub Docs

If you haven't enabled email address privacy, you can choose which verified email address to author changes with when you edit, delete, or create files or merge a pull request in the user interface. If you enabled email address privacy, then the commit aut

docs.github.com

 

내용을 보면

git config --global user.email "YOUR_EMAIL"

이런식으로 명령어를 쳐서 git 의 사용자 이메일을 등록하라는거 같다.

이 메일은 vercel 의 계정 이메일과 같아야한다.

 

테스트로 커밋한번하고

 

배포 해보자

vercel --prod

 

오래안써서 그런지 저는 node 버전을 올려야 했습니다.

아무튼 잘되네요

반응형