농가 설치 여기서 어디에서 실수를했는지 알 수 없었습니다. 내 명령 vagrant up은 다음 줄로 응답합니다. $ vagrant up Check your Homestead.yaml file, the path to your private key does not exist. Check your Homestead.yaml file, the path to your private key does not exist. 터미널에서 다음 단계를 따르고 싶습니다. SSH 키 생성 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" SSH 에이전트 시작 eval "$(ssh-agent -s)" SSH 개인 키를 ssh-agent에 추가하십시오. ssh-add -k ~/.ssh/..