
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
eas build:configure가 안됩니다.
동영상강의내용에서는 eas build:configure를 하면 andorid를 선택할지 ios선택할지가 나온다는데
Y/N를 묻는 질문이 나오고 이름/이메일 입력하라고 나오네요
작성한 코드 및 에러 메세지
C:\Users\gemkd\OneDrive\바탕 화면\sparta study\sparta-honeytip-young>eas build:configure
EAS project not configured.
√ Would you like to automatically create an EAS project for @kimdaeyoung/sparta-myhoneytip-gun? ... yes
✔ Created @kimdaeyoung/sparta-myhoneytip-gun (https://expo.dev/accounts/kimdaeyoung/projects/sparta-myhoneytip-gun) on Expo
✔ Linked local project to EAS project 929af159-dc49-4f7c-8005-9954873cf121
💡 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.
It looks like you haven't initialized the git repository yet.EAS Build requires you to use a git repository for your project.
? Would you like us to run 'git init' in C:\Users\gemkd\OneDr
√ Would you like us to run 'git init' in C:\Users\gemkd\OneDrive\바탕 화면\sparta study\sparta-honeytip-young for you? ... yes
We're going to make an initial commit for your repository.
√ Commit message: ... Initial commit
You need to configure Git with your username (user.name) and
email address (user.email)
√ Username: ... gemkd@naver.com
✖ Running git config --local user.name gemkd@naver.com
Error: git exited with non-zero code: 128
C:\Users\gemkd\OneDrive\바탕 화면\sparta study\sparta-honeytip-young>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.
It looks like you haven't initialized the git repository yet.EAS Build requires you to use a git repository for your project.
? Would you like us to run 'git init' in C:\Users\gemkd\OneDr
√ Would you like us to run 'git init' in C:\Users\gemkd\OneDrive\바탕 화면\sparta study\sparta-honeytip-young for you? ... yes
We're going to make an initial commit for your repository.
√ Commit message: ... Initial commit
You need to configure Git with your username (user.name) and
email address (user.email)
√ Username: ... kimdaeyoung
✖ Running git config --local user.name kimdaeyoung
Error: git exited with non-zero code: 128
