EC2에 프로젝트 Clone 받기 먼저 EC2에 Git 설치 sudo yum install git 설치가 완료되면 설치상태를 확인 git --version 깃이 성공적으로 설치되면, clone할 프로젝트 디렉토리를 생성한다. Git repository에서 HTTPS주소를 복사한다. 복사후 EC2 서버에 git clone을 진행 git clone 복사한 주소 책과 다른점으로 git 에서 Password를 토큰 형식으로 사용하도록 변경되었기 때문에 Password에 토큰 값을 넣으면 된다. Username for 'https://github.com': seungsoo Password for 'https://seungsoo@github.com': git clone이 끝난 후 repository이름의 디렉토리가..