
eas build:configure 실행시 아래와 같은 에러가 나옵니다
C:\Users\mysou\Desktop\sparta-study\sparta-myhoneytip-kun>eas build:configure
💡 The following process will configure your iOS and/or Android project to be compatible with EAS Build. These changes only apply to your local
project files and you can safely revert them at any time.
git command not found. Install it before proceeding or set EAS_NO_VCS=1 to use EAS CLI without Git (or any other version control system).
Learn more: https://expo.fyi/eas-vcs-workflow
git found, but git --help exited with status undefined.
Repair your Git installation, or set EAS_NO_VCS=1 to use EAS CLI without Git (or any other version control system).
Learn more: https://expo.fyi/eas-vcs-workflow
해결 방법을 알수 있을까요?

